🎲 Instantly pick a random game from your Steam wishlist—no installation required! Simply enter your Steam profile or wishlist URL, and the app will retrieve a random game for you. No Steam login is needed. Be cautious of other versions that require login, as they may be scams.
🔥 Try it live:
Note: This no longer works as I revoked my Steam API Key. Someone used it to access my Steam Account although I hid it. Apologies!
✔️ Fetches games from your Steam wishlist
✔️ Works with both Steam profiles & wishlist URLs
✔️ Randomly selects a game for you
✔️ Provides a direct Steam store link
✔️ No installation or login required, runs in your browser!
❌ It also fetches unreleased and delisted games from your wishlist
❌ You can only fetch one game at a time
1️⃣ Go to the live app:
👉 Random Steam Wishlist Game Picker
2️⃣ Enter your Steam Profile URL or Wishlist URL
3️⃣ Click "Pick a Random Game"
4️⃣ See which game you should play next! 🎮
Want to run the script on your own system?
- Clone this repo:
git clone https://github.com/YOUR_GITHUB_USERNAME/RandomSteamWLGame.git cd RandomSteamWLGame - Create a Python Environment and install requests module as follows:
pip install requests
- Once that's done, replace the Steam API key in the code with your API key which you can get from https://steamcommunity.com/dev/apikey
- You're all done, you just need to run the script now!