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.

19 lines
446 B

# 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
```ps1
$Env:TOKEN = "TOKEN_HERE"; python.exe .\main.py
```
### Linux
```bash
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.