Simple Telegram bot to add inline keyboard to message, and send it to channel
#Telegram - #Telebot - #inlinePost - #Python-
Install requirements for running bot:
- Python
- Git
- Pip
- Virtualenv
-
Clone repository and run installer:
git clone https://github.com/Kourva/InlinePost && cd InlinePost && chmod +x installer.sh
This will clone repository, navigate to source's directory, and give execution permission to installer
-
Install required stuff using
./installer.sh:Welcome to InlinePost installer 1) Make virtualenv 2) Install requirements 3) Install bot commands Choose an option:
Note: You need to choose 1st option and install virtualenv before installing requirements!
-
Edit configuration file:
{ "token": "xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", // Your bot token "channel": "@username" // Your channel's username }Open
config.jsonand add required stuff -
Run the bot and enjoy:
python main.py
Use proxychians to bypass filtering in some countries!

