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
TOKEN
with 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
balethon-1.0.1.tar.gz
(34.9 kB
view details)
Built Distribution
Balethon-1.0.1-py3-none-any.whl
(87.7 kB
view details)
File details
Details for the file balethon-1.0.1.tar.gz
.
File metadata
- Download URL: balethon-1.0.1.tar.gz
- Upload date:
- Size: 34.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1c6a8c460fdd92a8507d0ba92c9774e0a90e060a98584994a407d6927b6462bf
|
|
MD5 |
581f06bd56edd3e8e3456be6fd116b06
|
|
BLAKE2b-256 |
15fe714d8df57c520b21375f6620ba6abe43c44bea8fdddad738b98220270819
|
File details
Details for the file Balethon-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: Balethon-1.0.1-py3-none-any.whl
- Upload date:
- Size: 87.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c9112c556dd84d4417199750f129448f5a9eeb257a9923c94a3a0dac0d4b8f8e
|
|
MD5 |
d2814305acc3265c388e24defb2911ff
|
|
BLAKE2b-256 |
53e13e7e3d6954f0ff801d8bb30a3e43627961ea863e8a920564f4ad7826d236
|