ChaterJee 0.3.1__tar.gz → 0.3.2__tar.gz
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-0.3.1 → chaterjee-0.3.2}/ChaterJee/ChaterJee.py +1 -1
- {chaterjee-0.3.1 → chaterjee-0.3.2}/ChaterJee.egg-info/PKG-INFO +2 -9
- {chaterjee-0.3.1 → chaterjee-0.3.2}/PKG-INFO +2 -9
- {chaterjee-0.3.1 → chaterjee-0.3.2}/setup.py +1 -1
- {chaterjee-0.3.1 → chaterjee-0.3.2}/ChaterJee/__init__.py +0 -0
- {chaterjee-0.3.1 → chaterjee-0.3.2}/ChaterJee.egg-info/SOURCES.txt +0 -0
- {chaterjee-0.3.1 → chaterjee-0.3.2}/ChaterJee.egg-info/dependency_links.txt +0 -0
- {chaterjee-0.3.1 → chaterjee-0.3.2}/ChaterJee.egg-info/requires.txt +0 -0
- {chaterjee-0.3.1 → chaterjee-0.3.2}/ChaterJee.egg-info/top_level.txt +0 -0
- {chaterjee-0.3.1 → chaterjee-0.3.2}/README.md +0 -0
- {chaterjee-0.3.1 → chaterjee-0.3.2}/setup.cfg +0 -0
@@ -103,7 +103,7 @@ class ChatLogs:
|
|
103
103
|
jobs = json.load(ffr)
|
104
104
|
self.jobs = jobs
|
105
105
|
|
106
|
-
reply_keyboard = [[f'{job}'] for job in list(self.jobs.keys())]
|
106
|
+
reply_keyboard = [[f'{job}'] for job in list(self.jobs.keys())[::-1]] # inverse to show latest jobs on top
|
107
107
|
await context.bot.sendChatAction(chat_id=self.CHATID, action="typing")
|
108
108
|
msg = await update.message.reply_text("Select a job to get updates on",\
|
109
109
|
reply_markup=ReplyKeyboardMarkup(reply_keyboard, one_time_keyboard=True, input_field_placeholder="Select the job."\
|
@@ -1,19 +1,12 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: ChaterJee
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.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
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
|
17
10
|
|
18
11
|
# ChaterJee
|
19
12
|
|
@@ -1,19 +1,12 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: ChaterJee
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.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
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
|
17
10
|
|
18
11
|
# ChaterJee
|
19
12
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|