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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
balethon-1.1.0.tar.gz
(37.9 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
balethon-1.1.0-py3-none-any.whl
(93.2 kB
view details)
File details
Details for the file balethon-1.1.0.tar.gz.
File metadata
- Download URL: balethon-1.1.0.tar.gz
- Upload date:
- Size: 37.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d9d8a6fb56381598671fe4ea3c219269f4130bd44a6e9faf4a61957726e670c
|
|
| MD5 |
3432c51a22751044c2eee52fa0a4e920
|
|
| BLAKE2b-256 |
e54c72fd317eed6a1a75a7c366b9af56be31cd02e5bd8794793b58d109623825
|
File details
Details for the file balethon-1.1.0-py3-none-any.whl.
File metadata
- Download URL: balethon-1.1.0-py3-none-any.whl
- Upload date:
- Size: 93.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
361c9e6a6f0e56f76f68ad4c2eac4ef09688ba63fbff9da3041987b20833a42d
|
|
| MD5 |
d65611cd27fceac3dd136708dae4f632
|
|
| BLAKE2b-256 |
3f7ac45bb678a18c10e3dfc702b396d9469845130836daf7fb97dba537d639fc
|