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

Latest commit

 

History

History
14 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 247 Bytes

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