Skip to content

Instantly share code, notes, and snippets.

@d-Rickyy-b
Created March 4, 2018 20:15
Show Gist options
  • Save d-Rickyy-b/65fde2038928b8b43e4bd6307334eb92 to your computer and use it in GitHub Desktop.
Save d-Rickyy-b/65fde2038928b8b43e4bd6307334eb92 to your computer and use it in GitHub Desktop.
Sample configuration file for Python-GuardianBot
BOT_TOKEN = "1234567890:ABCDEFGHIJKLMNOPQRSTUVW123456"
admin_channel_id = -999999999999
admins = [987654321, 123456789]
chats = [-1111111111111]
# Allowed chats for AllowedChatsFilter
whitelisted_chats = [-999999999999, -888888888888]
# Allowed channels for ChannelForwardFilter
whitelisted_channels = [-555555555555, -666666666666, -777777777777]
# Allowed chats for GroupForwardFilter
whitelisted_groups = [-1111111111111]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment