diff --git a/README.md b/README.md index 871d117..7ae7974 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# cve-updates +# cve-alerts Simple bot for Discord that sends updates on the latests CVEs from the NIST API. + +## Usage +- 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`