Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 975 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 975 Bytes

Telegram Bot Using Python Tutorial with Examples

Build Status

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.

Features [Types of responses covered.]

  • Text Response
  • Image Response
  • Video Response
  • Document Type Response
  • Audio Response
  • Poll
  • Quick reply Buttons
  • Buttons with the links

Installation

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