ah3653070 / groustbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confstat bot

image

This bot collects statistics from your chat.

Installation

pip3 install -r requirements.txt

Usage

Edit 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

License

MIT License

About

License:MIT License


Languages

Language:Python 100.0%