Used to pull data from the Cisco OpenVuln API and post to a Webex room
- Rename sample-config.py to config.py
- Edit config.py and put your Cisco API keys and secrets in the file
client_key = "YOUR-CISCO-API-KEY-ID"
client_secret = "YOUR-CISCO-API-CLIENT-SECRET"
webex_bot_id = "YOUR-WEBEX-BOT-ID"
webex_bot_key = "YOUR-WEBEX-BOT-API-KEY"
webex_bot_room = "YOUR-WEBEX-ROOM"
python3 psirt.py