Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 390 Bytes

eBay Item Scraper

This script uses eBay's API to retrieve data from listings and calculates basic statistics for data visualization. The results are saved to a Google spreadsheet through the Google Sheets API.

The following values are calculated:

  • Mean
  • Median
  • Mode
  • Variance
  • Standard Deviation

Contributors