Update gitignore, Add sample config
This commit is contained in:
parent
44310d2243
commit
5ce758ca97
|
@ -94,3 +94,4 @@ ENV/
|
||||||
# Rope project settings
|
# Rope project settings
|
||||||
.ropeproject
|
.ropeproject
|
||||||
|
|
||||||
|
config.py
|
||||||
|
|
|
@ -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,
|
||||||
|
]
|
Loading…
Reference in New Issue