This repository contains Python code to find games which have been removed from the Steam Points Shop.
The Steam Points Shop is a loyalty program for Steam. It allows to exchange loyalty points for items (profile backgrounds, emoticons) which are otherwise available by spending money:
- either by collecting a complete set of trading cards, then crafting badges, to have a chance to obtain one of many items (at least three) of different rarity.
- or by directly purchasing the item from another user via the Steam Market.
Interestingly, some games are excluded from the Steam Points Shop, or removed by request of the game developers. The complete list is not public, but can be inferred from public data.
- Install the latest version of Python 3.X.
- Install the required packages:
pip install -r requirements.txt
To find games which appear on SteamCardExchange, but have been removed from Steam Points Shop, run:
python find_removed_games.py
To find games which appear on Steam Points Shop, but are missing from SteamCardExchange, run:
python find_missing_games.py
NB: missing games are games for which the price of a booster is unknown (NA
for Not Available) on SteamCardExchange.
Therefore, these games are not actually missing: it is an issue with our data retrieval process which relies on booster
prices.
The Wiki shows:
- Steam Points Shop
steam-market
: find arbitrages on the Steam Market.