0u714w / ebay_scraper

A Django project that scrapes Ebay for listing data
1 stars 1 forks source link

Ebay Scraper

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.

Usage

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

Meta

https://github.com/dougenas/ebay_scraper