Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerogs/steam-store-tracker
Item tracker on the steam market
https://github.com/kerogs/steam-store-tracker
Last synced: about 12 hours ago
JSON representation
Item tracker on the steam market
- Host: GitHub
- URL: https://github.com/kerogs/steam-store-tracker
- Owner: kerogs
- License: mit
- Created: 2024-04-10T19:02:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:03:23.000Z (9 months ago)
- Last Synced: 2024-04-13T02:47:14.303Z (9 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steam Store Tracker (SST)
SST is a small, portable site running on PHP. It allows you to add items to a list and track prices on the steam market.The site works without a database, everything is stored locally. Multiple accounts are possible.
***for the moment, only euro works.***
![alt text](image.png)
Problem discovered:
Due to bad servers on the steam side, when retrieving the price of certain weapons, steam may give no value. This will return an empty value, causing PHP errors. (I'll fix it one day.)