From c49c53de96a9108fefa47a0a0c8427a3cc9b0c02 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Tue, 20 Sep 2022 22:58:28 +0900 Subject: [PATCH] add prerequisites to misp-scraper blog. --- content/blog/MISP-scraper.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/blog/MISP-scraper.md b/content/blog/MISP-scraper.md index c8908cc..70d720d 100644 --- a/content/blog/MISP-scraper.md +++ b/content/blog/MISP-scraper.md @@ -62,6 +62,9 @@ The feedlist is a JSON file with feeds consisting of a title and a URL. If you need inspiration to complete your RSS feedlist then have a look at my [OPML Security Feeds GitHub repository](https://github.com/cudeso/OPML-Security-Feeds/blob/master/feedly.opml). +## Prerequisites +[MISP modules installed and enabled](https://github.com/MISP/misp-modules#how-to-install-and-start-misp-modules-in-a-python-virtualenv-recommended). + ## Installation To install the scraper, clone the repository from GitHub, setup and activate a Python virtual environment, install the requirements and create an empty config file.