git clone https://github.com/CyberBoyAyush/TGChatBot
cd TGChatBot
pip install -r requirements.txt
# Make A file Named local_config and put all your values There and Then Run the bot.
python3 -m chatrobot
or
python -m chatrobot
-
TG_BOT_TOKEN
: Create a bot using @BotFather, and get the Telegram API token. -
APP_ID
-
API_HASH
: Get these two values from my.telegram.org/apps. -
DUMB_CHAT
: Create a Super Group in Telegram, add@GoogleIMGBot
to the group, and send /id in the chat, to get this value. -
CUSTOM_START
: Custom Start Msg. -
CUSTOM_IMG
: Cutsom Image On Start Msg. -
OWNER_ID
: ID of the bot owner, He/she can be abled to access bot in bot only mode too(private mode).
Thanks To StarkGang For Code