GithubHelp home page GithubHelp logo

kjeymax / telegram-bot-using-python Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9 KB

Building Your First Telegram Bot: A Step by Step Guide

Home Page: https://www.hitechlk.com/2022/12/building-your-first-telegram-bot-step.html

Python 100.00%
pythonbot telegrambots

telegram-bot-using-python's Introduction

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

telegram-bot-using-python's People

Contributors

kjeymax avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.