A script to scrape the ubccsss.org Drupal site.
Open the Drupal admin panel and navigate to the content page. Open the DevTools panel and paste the contents of the scrape_list.js file inside. After parsing the current page, the script automatically navigates to the next page so you can just paste it again. Move the saved data files into a folder.
Afterwards, run scrape_page.js and point it to the new folder as your first argument. Pass the path to the folder to save your content as the second argument.
npm install
node scrape_page.js .\date .\content