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(client, 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: Does the heavy job and requires minimal work from the user
- Fast: Optimized and asynchronous
- Documented: Learn Balethon in depth with the documentation at https://sajjadalipour2006.github.io/Balethon
- Community: Active and friendly community at https://ble.ir/join/MTlhN2Q2Mz, 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
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-0.4.5.tar.gz
(24.3 kB
view hashes)
Built Distribution
Balethon-0.4.5-py3-none-any.whl
(64.1 kB
view hashes)