Metadata-Version: 2.1
Name: balepy
Version: 0.9
Summary: balepy a Library Python for create bot API in bale application
Home-page: https://github.com/OnlyRad/bale
Author: Mohammad and Erfan
Author-email: mohammadmehrabi175@gmail.com
Keywords: bot,Bot,bale,robot
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# balepy

<h3 align="center"> balepy a Library Python for create bot API in bale application </h3>

> ## Install and Update:
```python
pip install -U balepy
```

> ## START:
```python
from balepy import Bot
bot = Bot("Token")
```

> ## Methods:
### send_Message:
```python
bot.send_Message(chat_id , "text")
```
### getupdate:
```python
bot.getupdate()
```
### getchat:
```python
bot.getchat(chat_id)
```
### getme:
```python
bot.getme()
```

<hr>

> ## Social Media:
#### Rubika : <a href="https://rubika.ir/balepy_lib">balepy_lib</a>
