balepy a Library Python for create bots API in bale application
Project description
balepy
balepy a Library Python for create bot API in bale application
Install and Update:
pip install -U balepy
For See Docs:
START:
from balepy import Client
import asyncio
__token = 'your-token-here'
client = Client(__token, timeout=10)
async def main():
for update in client.on_message():
await client.send_message(
chat_id=update.chat_id,
text='Hello __from__ *balepy*',
reply_to_message_id=update.update_id
)
if __name__ == '__main__':
asyncio.run(main())
Social Media:
TELEGRAM
RUBIKA
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
balepy-1.3.2.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file balepy-1.3.2.tar.gz.
File metadata
- Download URL: balepy-1.3.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6f11e299a4c65d365f6aa5e578a17984b17b3594bbc2fe73be69da8acd1d207
|
|
| MD5 |
5684b7781b28b975ac4de67bd69c95df
|
|
| BLAKE2b-256 |
0e731c6eeec4ad18e86a0352ec8e201179af9bb3c28992de8beb3948e06f0c92
|
File details
Details for the file balepy-1.3.2-py3-none-any.whl.
File metadata
- Download URL: balepy-1.3.2-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b6ab1460a695944c208c5551c68b63c2293d969d060e04f779395e8d48ada6b
|
|
| MD5 |
3cb1354bb844576fdb7b25549ab11fca
|
|
| BLAKE2b-256 |
e712ba82691237b5a20a80716a9f6f8a73334a3b578fd9c0adbde3a9c9486f08
|