add README
This commit is contained in:
parent
20e8d8474b
commit
19d8e61686
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# idb_channel_bot
|
||||
|
||||
## Configuration
|
||||
|
||||
Create `.env` file with following variables:
|
||||
|
||||
```
|
||||
TELEGRAM_TOKEN=
|
||||
POSTS_DIR=posts
|
||||
|
||||
CHANNEL_ID=
|
||||
MESSAGE_LINK_TEMPLATE="https://t.me/c/123/{id}"
|
||||
|
||||
PROD_CHANNEL_ID=
|
||||
PROD_MESSAGE_LINK_TEMPLATE="https://t.me/username/{id}"
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
BSD-2-Clause
|
Loading…
x
Reference in New Issue
Block a user