Skip to content

A simple Python web scraper that retrieves listing details from a given user's feedback and outputs them as a csv

Notifications You must be signed in to change notification settings

SDrinkwater/trademe-feedback-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TradeMe Feedback Scraper

A simple Python web scraper that retrieves listing details from a given user's feedback and outputs them as a csv.

Getting Started

I recommend using a virtualenv

python3 -m venv venv
./venv/scripts/activate

Install the required dependencies

pip install -r requirements.txt

Run the script with the desired parameters

python3 scraper.py -m <memberId> -o <outputFile> -l <limit> -p <page>

If you're unsure what parameters are available, check the help message

python3 scraper.py -h

About

A simple Python web scraper that retrieves listing details from a given user's feedback and outputs them as a csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages