AlanSwenson / amz-review-scraper

This project scrapes Amazon listings for recent reviews of specified products (ASIN) and stores them in a Postgres DB, example running below
https://peachtools.com
3 stars 1 forks source link

Move DB creation to its own file on top level #59

Closed AlanSwenson closed 5 years ago

AlanSwenson commented 5 years ago

move the code that creates the DB from scratch out of the model_fuctions.py file and into its own file in the top level so it can be executed when necessary.