BeliX is a simple and fast Bale Messenger library built for you
Project description
Library INFO
Bale Info:
Subscribe to the channels to know about the library and sources updates.
Installing BeliX from PyPI
pip install BeliX
If you have a problem with the installation, subscribe to the channel.
How to import the BeliX
from BeliX import Bale
bot = Bale('token')
Quick start
from BeliX import Bale,color
bot = Bale('token')
for msg in bot.getChatUpdate():
print(f'{color.green}Message {color.blue}>> {color.white}{msg.text}')
if msg.text == 'hello':
bot.sendMessage(msg.chat_id,'hello world',reply_message_id=msg.message_id)
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
BeliX-2.0.0.tar.gz
(5.3 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
BeliX-2.0.0-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file BeliX-2.0.0.tar.gz.
File metadata
- Download URL: BeliX-2.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2d41564dbe0faf9281f25e21450d5ab809d345cf11d1c6da397d908ca5e2405
|
|
| MD5 |
88163d62f84820fea9416e13ddb645a5
|
|
| BLAKE2b-256 |
42621ba6a128768a9fcba7f66f0275311ee290da2e5b6a00f0dae6f058fef3a7
|
File details
Details for the file BeliX-2.0.0-py3-none-any.whl.
File metadata
- Download URL: BeliX-2.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2c337ed22ddd556bb17672335e01e78428c0ff4e05cd246193ce7319e4b19cc
|
|
| MD5 |
3f5e85df8d267bfd4ae3e2a720f1e885
|
|
| BLAKE2b-256 |
0a7dbb85564e4e688390afe87d83a3490ba943d370c51741b1c49c595fb25cd7
|