SpamProtectionAgent/spam/config.sample.py

18 lines
516 B
Python

# This file is an template for configuring your SpamProtectionAgent Userbot.
# Duplicate this file and save as config.py.
# To run the userbot, make this variable defined. DO NOT LEAVE IT BLANK!
ENABLE = ""
# Need to debug stuff? Enable this one to show debug logs which might contains
# senstive information.
LOGGER = ""
# Command prefix for userbot commands.
Command = "!"
# ID and Hash for first user.
# Get one from https://my.telegram.org/apps
user1_api_id = ""
user1_api_hash = ""
user1_session_string = ""