MasterCruelty / robbot

My personal Telegram bot made in Python. It has several features and it's based on Pyrogram.
MIT License
18 stars 1 forks source link

[3.0] 📈 More stats about commands used #105

Open MasterCruelty opened 1 year ago

MasterCruelty commented 1 year ago

For example which artist you common search on /lyrics

MasterCruelty commented 5 months ago

For example which artist you common search on /lyrics

  • [x] db table to modify: Stats in utils/dbtables.py
  • [ ] function to modify: update_stats() and show_stats() in utils/dbfunctions.py
  • [ ] Choice for the type of graph in /mystat

update: no argument stats but adding a DateTime to show the trend of use of the bot commands

MasterCruelty commented 5 months ago

For example which artist you common search on /lyrics

  • [x] db table to modify: Stats in utils/dbtables.py
  • [ ] function to modify: update_stats() and show_stats() in utils/dbfunctions.py
  • [ ] Choice for the type of graph in /mystat

update: no argument stats but adding a DateTime to show the trend of use of the bot commands

This will change how the records are saved in dbfunctions.py