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