Skip to content

omnidan/statsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statsbot

(telegram) chat statistics bot made with coffea

https://i.imgur.com/szdgjf9.png

Available as nationalsecurityagency_bot on telegram.

What do the emoji mean?

  • 💬 - messages (includes commands)
  • 💭 - commands (messages that start with /)
  • 🌈 - stickers
  • 🗻 - photos
  • 🔉 - audio/speech
  • 🎥 - videos

Setup

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": "/"
        }
  ]
}

Running

node --harmony_proxies main.js

About

(telegram) message stats bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published