index_bot/README.md

12 lines
362 B
Markdown

# index_bot
Telegram bot to index messages for events of any kind and post them in a telegram channel.
⚠️ This software erases any content in `data.json` file in the folder it's ran. This file is used for storage.
please populate `.env` file as follow:
```
BOT_API_TOKEN=123456789:abcdefghijklmnopqrstuvwxyz
CHANNEL_ID=-100123456789
ADMIN_ID=123456789
```