Bots are third-party applications that run inside Telegram. Users can interact with bots by sending them messages, commands and inline requests. You control your bots using HTTPS requests to our Bot API.
This bot was created to manage online class meet links.
- Added inline buttons to make queries easier.
- Added inline keyboard buttons for faster replies.
This bot is created using python.
Installing required packages
$ pkg install git
$ pkg install python
Installing required python package
$ pip install requests
$ pip install os
$ pip install json
Cloning GitHub repository
$ cd /path/to/cloning/repo
$ git clone https://github.com/Renolin7/telegram-bot
Hosting the bot (requires internet)
$ cd /path/to/repo
$ python index.py
- Clone the repo into your PC.
- You can run on any python IDE or editor.
- Run the index.py file (requires internet)
- You can edit the bot as you wish.
- You can deploy on heroku (or) pythonanywhere to run your bot 24x7.