Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.
/ scrape Public archive

Code to scrape sites for lead generation

Notifications You must be signed in to change notification settings

ShiftMedical/scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrape

Python Code that uses the Scrapy library to to scrape a few websites for lead generation.

DEPENDENCIES

SET UP POSTGRES DATABASE

  • psql -h localhost -d postgres
  • create database scrape;

PYTHON MODULES

  • sqlalchemy
  • scrapy
  • psycopg2

About

Code to scrape sites for lead generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages