RubigramClient 0.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of RubigramClient might be problematic. Click here for more details.
- rubigram/__init__.py +1 -1
- rubigramclient-1.1.1.dist-info/METADATA +24 -0
- rubigramclient-1.1.1.dist-info/RECORD +9 -0
- rubigramclient-0.1.0.dist-info/METADATA +0 -11
- rubigramclient-0.1.0.dist-info/RECORD +0 -9
- {rubigramclient-0.1.0.dist-info → rubigramclient-1.1.1.dist-info}/WHEEL +0 -0
- {rubigramclient-0.1.0.dist-info → rubigramclient-1.1.1.dist-info}/licenses/LICENSE +0 -0
- {rubigramclient-0.1.0.dist-info → rubigramclient-1.1.1.dist-info}/top_level.txt +0 -0
rubigram/__init__.py
CHANGED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: RubigramClient
|
|
3
|
+
Version: 1.1.1
|
|
4
|
+
Summary: A Python library for connect to Rubika API
|
|
5
|
+
Author-email: Javad RJ <Javad.Py1385@gmail.com>
|
|
6
|
+
Requires-Python: >=3.7
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
License-File: LICENSE
|
|
9
|
+
Dynamic: license-file
|
|
10
|
+
|
|
11
|
+
Rubigram
|
|
12
|
+
|
|
13
|
+
```python
|
|
14
|
+
from rubigram import Client, filter
|
|
15
|
+
from rubigram.types import Message
|
|
16
|
+
|
|
17
|
+
client = Client("Your_Bot_Token")
|
|
18
|
+
|
|
19
|
+
@bot.on_message(filter.command("start"))
|
|
20
|
+
async def start(client: Client, message: Message):
|
|
21
|
+
chat_id = message.chat_id
|
|
22
|
+
await message.reply("Hi, {}".format(chat_id))
|
|
23
|
+
|
|
24
|
+
client.run()
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
rubigram/__init__.py,sha256=LEWQ0sqQw_IrVicsh_GtKVTG2LRQoNCSfAJw0p4JVaM,76
|
|
2
|
+
rubigram/client.py,sha256=FkDzv3FdRb459gGCqn18VZzydzikNacvyBBP2P29BKg,11641
|
|
3
|
+
rubigram/filters.py,sha256=qY_jOUC_JSAnJ8GbPZ7h1ZRPt3t9DwokEUVA2-M20UA,1476
|
|
4
|
+
rubigram/types.py,sha256=JbNwZLtoY4iUapsfw7XexL8RrifxzfwrajI1ut5O2wc,8580
|
|
5
|
+
rubigramclient-1.1.1.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
rubigramclient-1.1.1.dist-info/METADATA,sha256=aD2B0Hb8GFpFZioS_0XpDnIQZCh-OGK6MeSVfHLJoJw,603
|
|
7
|
+
rubigramclient-1.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
rubigramclient-1.1.1.dist-info/top_level.txt,sha256=Mhg5HfkL6rLec5sI4ClGmwoqYUANAZUz8sVa1sT_cas,9
|
|
9
|
+
rubigramclient-1.1.1.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: RubigramClient
|
|
3
|
-
Version: 0.1.0
|
|
4
|
-
Summary: A Python library for connect to Rubika API
|
|
5
|
-
Author-email: Javad RJ <Javad.Py1385@gmail.com>
|
|
6
|
-
Requires-Python: >=3.7
|
|
7
|
-
Description-Content-Type: text/markdown
|
|
8
|
-
License-File: LICENSE
|
|
9
|
-
Dynamic: license-file
|
|
10
|
-
|
|
11
|
-
python -m twine upload -u token -p pypi-AgEIcHlwaS5vcmcCJDM3ZGM2OTFmLWJkNDQtNDRkNy1hOWQ5LWRmNGZlM2Y2NjkwNAACKlszLCI1YzNiYjZiYS01YWEzLTQwZjQtYmQyNC1kMTdiOTg0MjRjNWMiXQAABiCdw4uqs3lDpnGPuPeSZSfYSacF21-SYevphQLzU5G2vg dist/*
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
rubigram/__init__.py,sha256=x5p2OD-QncR_a8KlsL_i59hwiPYESWQ_VWikhdQ-lUg,70
|
|
2
|
-
rubigram/client.py,sha256=FkDzv3FdRb459gGCqn18VZzydzikNacvyBBP2P29BKg,11641
|
|
3
|
-
rubigram/filters.py,sha256=qY_jOUC_JSAnJ8GbPZ7h1ZRPt3t9DwokEUVA2-M20UA,1476
|
|
4
|
-
rubigram/types.py,sha256=JbNwZLtoY4iUapsfw7XexL8RrifxzfwrajI1ut5O2wc,8580
|
|
5
|
-
rubigramclient-0.1.0.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
rubigramclient-0.1.0.dist-info/METADATA,sha256=9rS802DJnFeKvrfEeYH4d2y4GBLy8DOLFslDZq7ysWc,499
|
|
7
|
-
rubigramclient-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
-
rubigramclient-0.1.0.dist-info/top_level.txt,sha256=Mhg5HfkL6rLec5sI4ClGmwoqYUANAZUz8sVa1sT_cas,9
|
|
9
|
-
rubigramclient-0.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|