telegram anonymous chat bot based on python-telegram-bot
This is a proof of concept for an anonymous chat.
You can find strangers to talk through the program.
Requires Python3 (It’s tested on python 3.7.3)
git clone https://github.com/keoy7am/chat_match_telegram_bot.git
Install python dependencies with pip
pip3 install -r requirements.txt
Setting up your bot config
Config File Path:
bot_poc/config.py
The following are the configs you need to adjust:
BOT_API_KEY
“1234567890:ABCDEFGHIJKKKKKKKKKK” (example)
If you don’t have token,check here.
BOT_HOOK_URL
“https://Domainnnnnnnnnnnnn/hook“ (example)
Note: Your protocol must be https!
Please put your bot token and webhook callback uri in the file.