Matches your Discogs wantlist against current ebay listings
- Run
pip3 install -r requirements.txt
to install dependencies - Make sure your wantlist is
public
- Create a Personal Access Token at Discogs
- Create a
.env
file and use the following format
USERNAME=YOUR_USERNAME
- Run
discogs.py
to save your wantlist to disk - Run
scraper.py
to search ebay for listings - Open
output.csv
to view your table
To avoid getting IP blacklisted by Ebay, I've restricted the wantlist to 50 items, but you can change DISCOGS_PAGE_NUMBER = 1
to a different page and run the script again.