Skip to content

Crawls an array of urls to scrape the title and description of a page

Notifications You must be signed in to change notification settings

rockerbox/zombie-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zombie-scraper

Crawls an array of urls to scrape the title and description of a page.

  1. Install dependencies
npm install
  1. Change your database configuration in parse.js on line 11-17
var connection = mysql.createConnection({
  host: 'localhost',
  user: 'root',
  password: 'root',
  database: 'crawler_test',
  port: 8889
});
  1. Run crawler
node run.js

About

Crawls an array of urls to scrape the title and description of a page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published