U16A0-U16B9 / tgrep

Telegram reputation bot
MIT License
3 stars 0 forks source link

tgrep

Telegram reputation bot

features

installation

As this is using teloxide framework make sure to set TELOXIDE_TOKEN by setting bot_id in settings config or by running:

# Unix-like
$ export TELOXIDE_TOKEN=<Your token here>

# Windows command line
$ set TELOXIDE_TOKEN=<Your token here>

# Windows PowerShell
$ $env:TELOXIDE_TOKEN=<Your token here>