ChaterJee 0.5.0__py3-none-any.whl → 0.5.2__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.
- ChaterJee/ChaterJee.py +2 -0
- {chaterjee-0.5.0.dist-info → chaterjee-0.5.2.dist-info}/METADATA +10 -3
- chaterjee-0.5.2.dist-info/RECORD +6 -0
- {chaterjee-0.5.0.dist-info → chaterjee-0.5.2.dist-info}/WHEEL +1 -1
- chaterjee-0.5.0.dist-info/RECORD +0 -6
- {chaterjee-0.5.0.dist-info → chaterjee-0.5.2.dist-info}/top_level.txt +0 -0
ChaterJee/ChaterJee.py
CHANGED
@@ -281,6 +281,7 @@ class ChatLogs:
|
|
281
281
|
return ConversationHandler.END
|
282
282
|
|
283
283
|
async def web_app_data(self, update: Update, context: ContextTypes.DEFAULT_TYPE) -> None :
|
284
|
+
self.smsID.append(update.message.message_id)
|
284
285
|
data = json.loads(update.effective_message.web_app_data.data)
|
285
286
|
formname = data['formNAME']
|
286
287
|
if formname == 'EditorBabu':
|
@@ -380,6 +381,7 @@ class ChatLogs:
|
|
380
381
|
return 1
|
381
382
|
|
382
383
|
async def runjob(self, update: Update, context: ContextTypes.DEFAULT_TYPE):
|
384
|
+
self.smsID.append(update.message.message_id)
|
383
385
|
cmd = f"./{self.runexe}"
|
384
386
|
try:
|
385
387
|
os.popen('%s'%(cmd))#.read()
|
@@ -1,12 +1,19 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: ChaterJee
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.2
|
4
4
|
Summary: Communicate your project updates via Telegram Bot!
|
5
5
|
Author: Pallab Dutta
|
6
6
|
Author-email: pallab9997@gmail.com
|
7
7
|
Requires-Python: >=3.8
|
8
8
|
Description-Content-Type: text/markdown
|
9
|
-
Requires-Dist: python-telegram-bot
|
9
|
+
Requires-Dist: python-telegram-bot==20.7
|
10
|
+
Dynamic: author
|
11
|
+
Dynamic: author-email
|
12
|
+
Dynamic: description
|
13
|
+
Dynamic: description-content-type
|
14
|
+
Dynamic: requires-dist
|
15
|
+
Dynamic: requires-python
|
16
|
+
Dynamic: summary
|
10
17
|
|
11
18
|
# ChaterJee
|
12
19
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
ChaterJee/ChaterJee.py,sha256=DnXbonSrWbN2r2CtrUeLCkVK3srd9w7AxB0y6TE0Vaw,19197
|
2
|
+
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
+
chaterjee-0.5.2.dist-info/METADATA,sha256=uTt1qnsHT0XmhDYWU-OD15QLaAVbFiopiQi2OXr6PQ0,6880
|
4
|
+
chaterjee-0.5.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
5
|
+
chaterjee-0.5.2.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
+
chaterjee-0.5.2.dist-info/RECORD,,
|
chaterjee-0.5.0.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
ChaterJee/ChaterJee.py,sha256=FC6VWnyYapsz8MMkPxWQ1wnw1jMYktK7rqCr2t19K-k,19091
|
2
|
-
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
-
chaterjee-0.5.0.dist-info/METADATA,sha256=LZ8xtZoTba58nTEAC5SW8ZZHK9xAos2_o4CyuovL_gY,6723
|
4
|
-
chaterjee-0.5.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
-
chaterjee-0.5.0.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
-
chaterjee-0.5.0.dist-info/RECORD,,
|
File without changes
|