Modern and fully asynchronous framework for Bale Bot API
Project description
Bale API Framework for Python
Homepage
•
Documentation
•
Releases
•
News
Rubpy
Modern and fully asynchronous framework for Bale Bot API
Using Async
from pybalebot import Client, filters
from pybalebot.types import Message
bot_token = "123456789:**********************"
app = Client("my_bot", bot_token=bot_token)
@app.on_message(filters.text)
async def hello(client, message: Message):
await message.reply("Hello from PyBaleBot!")
app.run()
PyBaleBot is a modern, elegant and asynchronous framework. It enables you to easily interact with the main Bale API through a user account (custom client) or a bot identity (bot API alternative) using Python.
Key Features
- Ready: Install PyBaleBot with pip and start building your applications right away.
- Easy: Makes the Bale API simple and intuitive, while still allowing advanced usages.
- Elegant: Low-level details are abstracted and re-presented in a more convenient way.
- Fast: Boosted up by aiohttp, a high-performance http library written in C.
- Async: Fully asynchronous (also usable synchronously if wanted, for convenience).
- Powerful: Full access to Bale's API to execute any official client action and more.
Installing
pip3 install -U pybalebot
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybalebot-0.0.1.tar.gz
(10.0 kB
view details)
File details
Details for the file pybalebot-0.0.1.tar.gz
.
File metadata
- Download URL: pybalebot-0.0.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85d77c915f829100ef9073d7e6b32f2e1877d683b7f5af39bcbc308161a9b818 |
|
MD5 | eb7628e14af965a36c082ea8dd23c73a |
|
BLAKE2b-256 | 5589bd584136e6d262792393b82676cd40c85a097bce14c6036fe647b713d50d |