SVijayB / Steam_WebScraper

An application built to monitor CS:GO prices on the Steam market
http://vijaybalaji.me/Steam_WebScraper/
MIT License
13 stars 3 forks source link

Providing a complete list of item skins for the user to select from #9

Closed SVijayB closed 4 years ago

SVijayB commented 4 years ago

Description

Changes made to the application in this update :

Related Issue

This PR closes #8

Motivation and Context

Since the API is case sensitive and the spaces provided have to be precise, that is, the names of the items have to match Steam's CSGO database. It was redundant to ask the user to enter the item name without having to Google it. And that makes the application useless.

This update fixes that problem by providing a complete list of item skins for the user to pick from.

Types of changes

Checklist:

SVijayB commented 4 years ago

Have to update the documentation as well before merging the pull request.