Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

About

Create Telegram Bot Using Python Tutorial with Examples

Resources

Stars

17 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages