botogram 0.5
pip install botogram
Released:
A Python framework for Telegram bots
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Pietro Albini
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Programming Language
- Topic
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Pietro Albini
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file botogram-0.5.tar.gz
.
File metadata
- Download URL: botogram-0.5.tar.gz
- Upload date:
- Size: 95.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26a38aa25b98bcc99c5ae92ea2bdbb81fcd89741c889014405147526163d3920 |
|
MD5 | 8724991e8de1316c482149e985ff55d3 |
|
BLAKE2b-256 | cd03ab68d9ba77535602fc789e158738961fd94648185259f99c5c6a5a5ceab8 |
File details
Details for the file botogram-0.5-py3-none-any.whl
.
File metadata
- Download URL: botogram-0.5-py3-none-any.whl
- Upload date:
- Size: 78.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63d25d04222dbab519fee7c7883459b2a79be928660a5997f1156ac35807f310 |
|
MD5 | a2870ca25717d029f2acb562ee9312f5 |
|
BLAKE2b-256 | f80fa9bafd5340cc95f8a391eb1845f1f7b5e82482c1a10b2628afdcaf2ecc86 |