Skip to content

kjeymax/telegram-bot-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

telegram-bot-using-python

Telegra bot Python

One of the more well-known instant messaging (IM) platforms today is Telegram because it lets you store messages in the cloud rather than just on your device and has good cross-platform compatibility. You can use Telegram on Android, iOS, Windows, and pretty much any other platform that can support the web version. The process of creating a chatbot on Telegram is extremely straightforward and only needs a few quick steps. The chatbot functions both independently and within Telegram groups and channels.

Here we learn how we can get different types of responses from the bot such as:

  • Text
  • Image
  • Video
  • Document
  • Audio
  • Poll
  • Reply Buttons
  • Inline Button Links

Installation

equires 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 tgbot.py

Releases

No releases published

Packages

No packages published

Languages