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.post10.tar.gz
(36.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 balethonfix-1.1.0.post10.tar.gz.
File metadata
- Download URL: balethonfix-1.1.0.post10.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb53ac42cdfbcc7c51951e0a479395d72a725905d63ec41c9137dcf3c7944f39
|
|
| MD5 |
5c2713f39e6efd3c90dc6389a55bfc84
|
|
| BLAKE2b-256 |
7c66b4aaa58c4f55236cc3747ffa5b6739d31ea466df0d7b2194ee07b6577bbb
|
File details
Details for the file balethonfix-1.1.0.post10-py3-none-any.whl.
File metadata
- Download URL: balethonfix-1.1.0.post10-py3-none-any.whl
- Upload date:
- Size: 94.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b469f134d8b74da22e4e802e198d48eff2dcff1b5f23111890942c06a5f425
|
|
| MD5 |
215cb3bc71cc48eb69fc30256daa74b2
|
|
| BLAKE2b-256 |
f94c7171de96945e46d62746d2033268e8442073b8c78c88d3e5552dc8321854
|