Skip to main content

BeliX is a simple and fast Bale Messenger library built for you

Project description

Logo Bale

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


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 hashes)

Uploaded Source

Built Distribution

BeliX-2.0.0-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page