Skip to main content

A Python framework for Telegram bots

Project description

botogram is a Python framework, which allows you to focus just on creating your Telegram bots, without worrying about the underlying Bots API.

While most of the libraries for Telegram out there just wrap the Bots API, botogram focuses heavily on the development experience, aiming to provide you the best API possible. Most of the Telegram implementation details are managed by botogram, so you can just focus on your bot.

import botogram
bot = botogram.create("API-KEY")

@bot.command("hello")
def hello_command(chat, message, args):
    """Say hello to the world!"""
    chat.send("Hello world")

if __name__ == "__main__":
    bot.run()

Want to get started? Go to the documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

botogram-beta-0.7b3.tar.gz (122.5 kB view details)

Uploaded Source

Built Distribution

botogram_beta-0.7b3-py3-none-any.whl (90.7 kB view details)

Uploaded Python 3

File details

Details for the file botogram-beta-0.7b3.tar.gz.

File metadata

  • Download URL: botogram-beta-0.7b3.tar.gz
  • Upload date:
  • Size: 122.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for botogram-beta-0.7b3.tar.gz
Algorithm Hash digest
SHA256 84c37f3c86544ea9ef768cccd5506e8688dfe9cc612097958770381e7d2d624e
MD5 4405215107ed56918b11b70911dfe59c
BLAKE2b-256 ceca0ccf5d5a93adc52bc6c2fe1def662f6be95c26cb8718acfe5d8d050feb44

See more details on using hashes here.

File details

Details for the file botogram_beta-0.7b3-py3-none-any.whl.

File metadata

  • Download URL: botogram_beta-0.7b3-py3-none-any.whl
  • Upload date:
  • Size: 90.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for botogram_beta-0.7b3-py3-none-any.whl
Algorithm Hash digest
SHA256 05a68d18beabe7dc076c36db1a42b932c78493f05f30ee48537455457a39fec0
MD5 3e4e3c3304fc7d2ba34ca52e18e052c8
BLAKE2b-256 f6983a578f239f507dccd8ce09e2e231e088a945fc91c33c14ab64e134a259ca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page