Data Analysis for a Bot in Telegram
(This is a Spanish bot in Telegram, you can summon it with @cunhaobot)
Sure you know about brothers-in-law, right? In Spain we call them "cuñados" but they are not only brothers-in-law, but a well of wisdom in the spanish culture and also well versed in numerous topics such as:
- Politics
- Life
- Relationships
- Science
- General culture
- Geography
- And a long etcetera
Well this is an exploratory analysis (mainly to train myself on the visualization of data with matplotlib and pandas) about the uses of the bot in general and user by user.
At the time of this commit, there are only:
-
How many unique users (not groups yet) are using this group and how many features I extracted from the data.
-
Count of bots using the bot (all should be False as no bot is using this bot, so the "Maybe" category in fact is a NaN as the field doesn't exist in the data, it's just for giggles)
-
How many times the bot has been used in the main categories/queries:
- corta : Short phrase
- larga / largo / long / frase : Long phrase
- audio / sonido : Audio clip as in text-to-speech just translate a long phrase into an audio clip
- help / ayuda : Help of the bot
- mal : Bad use of the bot
-
Personal use of the bot, search by user:
- How many times the particular user has used the bot and with what query
- Total count of times this particular user has used the bot
-
Search query: Searches the query and outputs the stats (if verbose) of every user that used that specific query.
Aaaand for now that's all folks