Skip to content

pragnakalp/telegram-bot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages