forked from balepy/balepy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
57 lines (50 loc) · 1.26 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Metadata-Version: 2.1
Name: balepy
Version: 1.1
Summary: balepy a Library Python for create bots API in bale application
Home-page: https://github.com/OnlyRad/bale
Author: Mohammad and Erfan
Author-email: [email protected]
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>