Thanks to visit codestin.com
Credit goes to github.com

Skip to content

balepy/balepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balepy

balepy a Library Python for create bot API in bale application

Install and Update:

pip install -U balepy

For See Docs:

START:

from bale import Client
import asyncio


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

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

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

Thanks To:

Social Media:

About

Optimal and practical module for building API bots in bale messengers.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages