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