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 Balethon
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
balethonfix-1.1.0.post6.tar.gz
(36.5 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 balethonfix-1.1.0.post6.tar.gz.
File metadata
- Download URL: balethonfix-1.1.0.post6.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cb75c029cec4f04cd1c038e1bf9fdea49e9824087a8b176a5f7282a614e343c
|
|
| MD5 |
46f9a41edb6bcf2df97fdd9bd9413974
|
|
| BLAKE2b-256 |
73828358046dfe51619f8a5d853a467b978612e00c1edb1d90998c9b6c12b3d0
|
File details
Details for the file balethonfix-1.1.0.post6-py3-none-any.whl.
File metadata
- Download URL: balethonfix-1.1.0.post6-py3-none-any.whl
- Upload date:
- Size: 93.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5249cc5f24bf839d00075915e686569fd37f9419c5e57a5c8587ba20ad8416c
|
|
| MD5 |
486c3e74db1712eb62e674acbd320007
|
|
| BLAKE2b-256 |
e8b658b3a6463a74b8b1df832c1c84128435dfbcf7b8fd9e0561e29e6edb9d4e
|