webex-bot 0.4.7__py2.py3-none-any.whl → 0.5.0__py2.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.
- webex_bot/__init__.py +1 -1
- webex_bot/webex_bot.py +2 -0
- {webex_bot-0.4.7.dist-info → webex_bot-0.5.0.dist-info}/METADATA +6 -4
- {webex_bot-0.4.7.dist-info → webex_bot-0.5.0.dist-info}/RECORD +7 -7
- {webex_bot-0.4.7.dist-info → webex_bot-0.5.0.dist-info}/LICENSE +0 -0
- {webex_bot-0.4.7.dist-info → webex_bot-0.5.0.dist-info}/WHEEL +0 -0
- {webex_bot-0.4.7.dist-info → webex_bot-0.5.0.dist-info}/top_level.txt +0 -0
webex_bot/__init__.py
CHANGED
webex_bot/webex_bot.py
CHANGED
|
@@ -79,6 +79,8 @@ class WebexBot(WebexWebsocketClient):
|
|
|
79
79
|
if include_demo_commands:
|
|
80
80
|
self.add_command(EchoCommand())
|
|
81
81
|
|
|
82
|
+
self.help_command.commands = self.commands
|
|
83
|
+
|
|
82
84
|
self.card_callback_commands = {}
|
|
83
85
|
self.approved_users = approved_users
|
|
84
86
|
self.approved_domains = approved_domains
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webex-bot
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Python package for a Webex Bot based on websockets.
|
|
5
5
|
Home-page: https://github.com/fbradyirl/webex_bot
|
|
6
6
|
Author: Finbarr Brady
|
|
@@ -353,16 +353,18 @@ and off you go!
|
|
|
353
353
|
|
|
354
354
|
### 0.4.6 (2024-Apr-24)
|
|
355
355
|
|
|
356
|
+
* ❌ Bad release. Please do not use this one as there is a startup issue with it.
|
|
357
|
+
|
|
358
|
+
### 0.5.0 (2024-Apr-25)
|
|
359
|
+
|
|
356
360
|
* Add max backoff time (#55)
|
|
357
361
|
* Attached files. Help, threading and log level overrides. (#54)
|
|
358
362
|
* add stop() call to gracefully exit the bot (#42)
|
|
359
363
|
* feat(20231212): add help image size parameter (#46)
|
|
360
364
|
* update websockets to 11.0.3 (#43)
|
|
361
|
-
|
|
362
|
-
### 0.4.7 (2024-Apr-24)
|
|
363
|
-
|
|
364
365
|
* Fix for help_command syntax issue
|
|
365
366
|
|
|
367
|
+
|
|
366
368
|
[1]: https://github.com/aaugustin/websockets
|
|
367
369
|
|
|
368
370
|
[2]: https://github.com/CiscoDevNet/webexteamssdk
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
webex_bot/__init__.py,sha256=
|
|
1
|
+
webex_bot/__init__.py,sha256=o9hxpp3-rpiFtnd86lMQGKVy9tWQAb1JazWjTWECDtA,95
|
|
2
2
|
webex_bot/exceptions.py,sha256=qs9yVitfJtvxwBMC8uCvTDOxUQ_oZjWFf1dU8Oaue14,740
|
|
3
3
|
webex_bot/formatting.py,sha256=jvPKym-z8CIJygpPVTVbt6vFXQo9_HQHpRDJB-nh-SI,382
|
|
4
|
-
webex_bot/webex_bot.py,sha256=
|
|
4
|
+
webex_bot/webex_bot.py,sha256=Fvga8PUgBtFkdkYirDpNU35uRkfhdIRPUrFj6z6amYo,20325
|
|
5
5
|
webex_bot/cards/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
webex_bot/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
webex_bot/commands/echo.py,sha256=YmeRVh56pzsj0_lRHDvgyrv6YqQQdRiusG65dHTh9qU,3397
|
|
@@ -11,8 +11,8 @@ webex_bot/models/command.py,sha256=Rok661eZM2Mg465CZ4GgctWi1RD-BD5Bruq0FsJ8GDQ,5
|
|
|
11
11
|
webex_bot/models/response.py,sha256=1U0EQv8O5R3-demaumxMExn278DG4AeQHhXP_g4xndk,2544
|
|
12
12
|
webex_bot/websockets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
webex_bot/websockets/webex_websocket_client.py,sha256=uBpvpRLmfhgtfDr0Yomg6FNei9CIsCEigNsAEu5c5iY,9427
|
|
14
|
-
webex_bot-0.
|
|
15
|
-
webex_bot-0.
|
|
16
|
-
webex_bot-0.
|
|
17
|
-
webex_bot-0.
|
|
18
|
-
webex_bot-0.
|
|
14
|
+
webex_bot-0.5.0.dist-info/LICENSE,sha256=93eGb10xmgkBP2Fh_n0E9YDXe0c0oz-FsnAimXG0S4Y,1072
|
|
15
|
+
webex_bot-0.5.0.dist-info/METADATA,sha256=RqiYq2AdWfRXMD9x0h4DoQIXEh764hWry7rBb7zbc-U,11154
|
|
16
|
+
webex_bot-0.5.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
17
|
+
webex_bot-0.5.0.dist-info/top_level.txt,sha256=q1Y0RtYYinR7oXSwL93cK59c2KN_CbMVca8MLWeF63M,10
|
|
18
|
+
webex_bot-0.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|