Skip to main content

balepy a Library Python for create bots API in bale application

Project description

balepy

background

balepy a Library Python for create bot API in bale application

Docs | Community | Telegram Channel | Owner

Install and Update:

pip install -U balepy

START:

from bale import Client
from asyncio import run


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

async def main():
    async for message in client.on_message():
        await message.reply('hello __from__ **balepy**')


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

Thanks To:

AmirAli

Thanks to all those who contributed directly or indirectly to the development of the module

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.8.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

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