Skip to main content

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
from asyncio import run


__token = 'your-token-here'
app = Client(__token, timeout=10)

async def main():
    for m in app.on_message():
        await app.send_message(
            chat_id=m.chat_id,
            text='Hello __from__ *balepy*',
            reply_to_message_id=m.message_id
        )

if __name__ == '__main__':
    run(main())

Thanks To:

AmirAli

Social Media:

TELEGRAM

RUBIKA

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

balepy-1.3.6.5.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

balepy-1.3.6.5-py3-none-any.whl (7.2 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