Trac addres : trac1jpjedr35jn3eanjvqqvuwgv7msjwmqslmehe0lfd4m0fk9kmcm5qjnml9r
This is a simple Telegram bot built using the Python programming language and run directly via Termux on Android.
- Responds to the
/startand/helpcommands with a welcome message. - Echo Message: The bot will read and reply back with every text message you send to it.
If you want to run this bot on your own device (Termux/Linux/Windows), make sure you have Python and Git installed, then run the following commands:
pkg install git python -y
pip install pyTelegramBotAPI
- Clone this repository to your local storage:
git clone https://github.com/ninjaley/intercom.gitcd intercom - Run the bot:
python bot.py
(Created for educational purposes)