Skip to content

Midplayz/Random-Steam-Wishlist-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

🎮 Random Steam Wishlist Game Picker

🎲 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:
Open in Hugging Face
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!


✨ Features

✔️ 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!


⚠️ Known issues (I might fix these if this gains enough traction)

It also fetches unreleased and delisted games from your wishlist
You can only fetch one game at a time


🛠️ How to Use

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! 🎮


🖥️ Running Locally (Optional)

Want to run the script on your own system?

  1. Clone this repo:
    git clone https://github.com/YOUR_GITHUB_USERNAME/RandomSteamWLGame.git
    cd RandomSteamWLGame
  2. Create a Python Environment and install requests module as follows:
    pip install requests
  3. 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
  4. You're all done, you just need to run the script now!

Releases

No releases published

Packages

No packages published

Languages