we will learn about how we can create a telegram bot and use it to get the text messages followed by an image, a video, audio, and a file and further we will learn how we can get the image, video, audio, and file sharing to the bot at our server-side in our computer.
- Text Response
- Image Response
- Video Response
- Document Type Response
- Audio Response
- Poll
- Quick reply Buttons
- Buttons with the links
Requires python to run. Create Virtual Evironment
virtualenv env --python=python3
Now activate virtual Evironment
source env/bin/activate
Install all the required libraries.
pip install -r requirements.txt
Then run python falsk app.
python telegrambot.py