ChaterJee 0.2.1__py3-none-any.whl → 0.2.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 CHANGED
@@ -245,6 +245,8 @@ class ChatLogs:
245
245
  self.txt='path not found'
246
246
  elif cmd0=='clear':
247
247
  self.txt="This clears the terminal screen!\nTo clear telegram screen type /clear"
248
+ elif cmd0=='pkill':
249
+ self.txt="pkill cannot be called."
248
250
  else:
249
251
  print('command: ',cmd2run)
250
252
  cmd=cmd2run
ChaterJee/updater.py ADDED
@@ -0,0 +1,8 @@
1
+ import ChaterJee
2
+
3
+ if __name__ == '__main__':
4
+ TOKEN = '1711613332:AAHzf0GMQPjnBINOfIhfbK9dmIUo7mHiThw'
5
+ CHATID = '1651529355'
6
+
7
+ cbot = ChaterJee.ChatLogs(TOKEN, CHATID)
8
+ cbot.cmdTRIGGER()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ChaterJee
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Communicate your project updates via Telegram Bot!
5
5
  Author: Pallab Dutta
6
6
  Author-email: pallab9997@gmail.com
@@ -0,0 +1,7 @@
1
+ ChaterJee/ChaterJee.py,sha256=xBOSlGLH0O15W6ZtPvCFfBug1dlyQ4p6g7yFwwPxjBw,12953
2
+ ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
3
+ ChaterJee/updater.py,sha256=KBt_afdzSSLWS30hNWXarxoRSbymHgdkgzdmD1FVjGE,200
4
+ chaterjee-0.2.2.dist-info/METADATA,sha256=v1aE-ysBTLpNDfyXzjlUObJ_Sf7EY34RwFw9tohkUv4,340
5
+ chaterjee-0.2.2.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
6
+ chaterjee-0.2.2.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
7
+ chaterjee-0.2.2.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- ChaterJee/ChaterJee.py,sha256=7BeNSvlnGC3cRXMSqXsJmroMZyLkiYiZuuGa1BfBYAE,12878
2
- ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
3
- chaterjee-0.2.1.dist-info/METADATA,sha256=BLPLAlvdDMZuS17DnY-nEOZDzsHMLRHfVnzP5oo2YS0,340
4
- chaterjee-0.2.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
5
- chaterjee-0.2.1.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
6
- chaterjee-0.2.1.dist-info/RECORD,,