laplacetw / botlegram

A Telegram Bot Package for Python.

Home Page:https://botlegram.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Status Build Status

Botlegram

A Telegram Bot Package for Python.

  • Release v0.0.2
  • Based on Telegram Bot API.
  • Stay flexible and keep function naming consistent with the API.

It’s good to use. 🙆‍♂️

Quick Start

import botlegram

BOT_TOKEN = "{{your_bot_token}}"
WEBHOOK = "{{your_host}}" + BOT_TOKEN + '/'
bot = botlegram.Bot(BOT_TOKEN, WEBHOOK)
>>> * [Bot] Webhook is already set

Now we have a Telegram bot 🤖

Try it on Heroku

Read The Docs

https://botlegram.readthedocs.io/

About

A Telegram Bot Package for Python.

https://botlegram.readthedocs.io/

License:MIT License


Languages

Language:Python 100.0%