Asynchronous library for creating bots in the Bale messenger
Project description
Balethon
Asynchronous library for creating bots in the Bale messenger
Usage Example
from balethon import Client
bot = Client("TOKEN")
@bot.on_message()
async def greet(client, message):
await message.reply("Hello")
bot.run_polling()
You must replace "TOKEN" with the token which
@botfather
gives you in the Bale messenger
Installing
pip install Balethon
Links
- Balethon's documentation
- Balethon's pypi page
- Our news channel in the Bale messenger
- Our community chat group in the Bale messenger
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.2.0.tar.gz
(18.2 kB
view hashes)
Built Distribution
Balethon-0.2.0-py3-none-any.whl
(47.2 kB
view hashes)