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.0.tar.gz
(31.9 kB
view details)
Built Distribution
Balethon-1.0.0-py3-none-any.whl
(78.6 kB
view details)
File details
Details for the file balethon-1.0.0.tar.gz
.
File metadata
- Download URL: balethon-1.0.0.tar.gz
- Upload date:
- Size: 31.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 | fe797e20bc1019259c654ed0b976cd4ec0cad98f108c38ce9fdf3c3a5a392e54 |
|
MD5 | 0d41cfe6954b03f139a81f89017438c1 |
|
BLAKE2b-256 | 83163bed92f9a9176aa5a307470b15410565c1aa3f0a562e9a31e1a7eadc4176 |
File details
Details for the file Balethon-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: Balethon-1.0.0-py3-none-any.whl
- Upload date:
- Size: 78.6 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 | ce798029ee520cbbba3e9fa50a5af7a3dfefaa234f7aad61a96e903d9348529a |
|
MD5 | 573a390f98fb3f4d22796a691ea3df5a |
|
BLAKE2b-256 | 9ab793c3f68ff64a07e51c56ae85fa3dc648f5c436c8cb05f3b2dad0086f5557 |