Update gitignore, Add sample config

This commit is contained in:
Ceda EI 2019-01-01 21:06:54 +05:30
parent 44310d2243
commit 5ce758ca97
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -94,3 +94,4 @@ ENV/
# Rope project settings
.ropeproject
config.py

12
sample.config.py Normal file
View File

@ -0,0 +1,12 @@
# Create a new bot by messaging @BotFather and follow the instructions
# Replace the key by the actual token recieved from BotFather
api_key = "123456789:xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# ID of Channel to post
channel_id = -12345678
# Allowed users
allowed_users = [
123456789,
223456789,
]