Python-webex-bot

Latest version: v0.901

Safety actively analyzes 621924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

8.1

0.854

- Add feature for markdowns

0.851

**Previously**
Users were forced to enter the `auth_token` environment variable so as to enable the authentication of the Bot in use.

**Currently**
The users of the library can add the auth_token in the Bot initializer: `Bot(auth_token='auth-token-123')`

0.81

With this release we allow users to get more information about the particular message they receive. We can do this by:

python
bot.on_hears("hi")
def respond_to_hi(room_id=None, message_info=None):
print(message_info)
return bot.send_message(room_id=room_id, text="Hi there too budy")


<b>NOTE</b> The <i>message_info=None</i> parameter is not required in normal calls but is mandatory if we are to collect metadata about the message.

Brought about by the following issue https://github.com/Paul-weqe/python_webex_bot/issues/9

0.75

0.71

This release mainly deals with introducing the Cards and Buttons Feature. It allows for the bots created to send messages that are attached with a card (which can have a form) and also await for the response.

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.