Docs | Community | Telegram Channel | Owner
pip install -U balepyfrom 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 all those who contributed directly or indirectly to the development of the module