A library for creating bots in the Bale messenger
Project description
Balethon
A library for creating bots in the Bale messenger
Quick Example
from balethon import Client
bot = Client("TOKEN")
@bot.on_message()
async def greet(message):
await message.reply("Hello")
bot.run()
You must replace
TOKENwith the token which BotFather gives you in the Bale messenger
Key Features
- Easy: Concise and high level programming interface
- Fast: Optimized and supports asynchronous programming
- Documented: Learn Balethon in depth with the documentation
- Community: Active and friendly community, you are sure to get answers to your questions
- Design: Support for functional as well as object-oriented designs
- powerful: Covers the Bale messenger's api and has useful tools to make your job easier
- Flexible: Unable to get deprecated and ready for unexpected responses from the Bale messenger's api
- Intuitive: Type-hinted and has great editor support
- Extensible: All balethon's systems are easily extensible
Installing
pip install BalethonPlus
Links
Project details
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
balethonplus-1.2.3.tar.gz
(38.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file balethonplus-1.2.3.tar.gz.
File metadata
- Download URL: balethonplus-1.2.3.tar.gz
- Upload date:
- Size: 38.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac0b67b2beb6797a2e494297eb9f07a3319c91dddc1938e5f78c88a999aac472
|
|
| MD5 |
6a5afd7e0eb3148bd2d8681d8365c019
|
|
| BLAKE2b-256 |
8fcede2593bdd0c82b163a2833296872cbb2ee98c757b273cee8c2c7d83cdde3
|
File details
Details for the file balethonplus-1.2.3-py3-none-any.whl.
File metadata
- Download URL: balethonplus-1.2.3-py3-none-any.whl
- Upload date:
- Size: 97.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad7e4a18254121664c9206093e739b8d9c077383461cd4ad5c0ce6aa67fb7e0e
|
|
| MD5 |
f061201d90bfd7afc5964073491b639c
|
|
| BLAKE2b-256 |
a702219ffdf4593520fdb44b6dce0edef6f669b0ea86e4b44f5b7222fcc9b02c
|