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.
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
README.md | 1 year ago | |
db.json | 1 year ago | |
main.py | 1 year ago | |
requirements.txt | 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.