Skip to content

richwalton/ArtNewsScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vanilla JS app to Scrape current Art News resources from various art publications using "Puppeteer" and outputing them to "MongoDb" Database with the help of "mongoose". (part 1 of 2 apps: 1 - scrape)


Terminal commands for dependencies: (Node, puppeteer, mongoDb, mongoose, node-schedule,)


npm init


npm install mongodb --save


npm install mongoose


npm i puppeteer


npm i puppeteer-core

*** // installed to schedule automatic scraping of all of the sources/sites data once a day npm install node-schedule

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published