(telegram) chat statistics bot made with coffea
Available as nationalsecurityagency_bot on telegram.
- 💬 - messages (includes commands)
- 💠- commands (messages that start with
/
) - 🌈 - stickers
- 🗻 - photos
- 🔉 - audio/speech
- 🎥 - videos
git clone https://github.com/omnidan/statsbot
cd statsbot
npm install
Create config.json
with the connection data:
{
"debug": true,
"networks": [
{
"protocol": "telegram",
"token": "PUT_TELEGRAM_TOKEN_FROM_BOTFATHER_HERE",
"prefix": "/"
}
]
}
node --harmony_proxies main.js