driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
195 stars 26 forks source link

Validate Inputs #57

Closed driscoll42 closed 3 years ago

driscoll42 commented 3 years ago

Is your feature request related to a problem? Please describe. As the number of features and inputs increase, it is increasingly likely that a user will input incorrect inputs which won't be discovered until late in execution.

Describe the solution you'd like Validate the inputs the user enters and error out with a warning and suggestion if the inputs are incorrectly formatted.

driscoll42 commented 3 years ago

Added for the main data scraping function and the class variables. I don't think there is a strong need for the plotting ones as the error messages and documentation should be enough. The main concern was making sure data is scraped correctly.