This bot collects statistics from your chat.
pip3 install -r requirements.txtEdit config.json:
"bot_token": "your_token","database": "mysql://user:password@localhost/database?charset=utf8mb4","site_url": "http://your.site.name""salt": "your_super_secret_salt",And start bot:
python main.py