Simple bot for Discord that sends updates on the latests CVEs from the NIST API.
- Install the
requests
package:pip install requests
- Edit the
bot.py
script, and populate the "DISCORD_WEBHOOK_URL" with the desired channel webhook. - Run the script:
python bot.py