This is a simple NodeJs scraper that uses Selenium libraries.
Use the package manager NPM to install foobar.
npm i# change element id depending on the blog you are scraping
const elementId = "content-blocks";You will need a list of blog URLs to scrape. Use a XML sitemap extractor to get a list of URLs
XML Extractor here.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.