Asynchronous library for creating bots in the Bale messanger
Project description
Balethon
Asynchronous library for creating bots in the Bale messanger
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 messanger
Installing
pip install Balethon
Links
- Our news channel in the Bale messanger
- Our community chat group in the Bale messanger
- Our news channel in the Telegram messanger
- Our community chat group in the Telegram messanger
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.0.1.tar.gz
(16.1 kB
view hashes)
Built Distribution
Balethon-0.0.1-py3-none-any.whl
(42.4 kB
view hashes)