You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wow nero add7857ba2
Fix detecting new memes
1 year ago
.gitignore Initial commit 1 year ago
README.md Initial commit 1 year ago
db.json Initial commit 1 year ago
main.py Fix detecting new memes 1 year ago
requirements.txt Initial commit 1 year ago

README.md

Telegramero Bot

Join to @wowneromemes Telegram channel and view bot in action.

How to use?

Install requirements and run with bot token. You can also specify different channel ID directly in main.py.

Windows

$Env:TOKEN = "TOKEN_HERE"; python.exe .\main.py

Linux

TOKEN = "TOKEN_HERE" python ./main.py

You need db.json file to run this bot and by default it should have only empty array ([]) inside.