Parser of prices from Steam Community Market
Data Parsing
A Python script that retrieves the current price of items from the Steam Community Market store. It uses the BeautifulSoup library to parse the HTML content of the Steam Community Market website and the requests library to send HTTP requests.