This program is designed to scrape active Ebay listings and create a .csv file containing data from the search. The .csv has four columns which are as follows: product name, price, average price of listings, and outliers. You can either grab a .csv of the sold listings, the active listings, or both.
Clone this repo
git clone https://github.com/dougenas/ebay_scraper.git
Start up your shell
pipenv shell
Install your dependencies
pipenv install
Migrate your database
python3 manage.py migrate
Run the server
python3 manage.py runserver