2019-01-22 11:17:37 +01:00
|
|
|
# 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"
|
|
|
|
|
|
|
|
# Port to connect to server
|
|
|
|
port = 9876
|
2019-01-22 12:24:57 +01:00
|
|
|
|
|
|
|
# Groups to read from
|
|
|
|
groups = []
|