Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisae9/steamroulette
Randomly select a Steam game from your library.
https://github.com/chrisae9/steamroulette
flask python roul steam
Last synced: 16 days ago
JSON representation
Randomly select a Steam game from your library.
- Host: GitHub
- URL: https://github.com/chrisae9/steamroulette
- Owner: Chrisae9
- License: mit
- Created: 2024-09-17T05:54:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:51:00.000Z (4 months ago)
- Last Synced: 2024-12-18T19:09:50.241Z (16 days ago)
- Topics: flask, python, roul, steam
- Language: HTML
- Homepage: https://steam.chis.dev
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SteamRoulette 🎲
SteamRoulette is a web application that randomly selects a game from your Steam library, helping you decide what to play next.
## Features
- **Steam Login**: Securely log in with your Steam account.
- **Random Game Picker**: Get a random game suggestion from your library.
- **Playtime Filter**: Set a minimum playtime to focus on unplayed or underplayed games.
- **Game Blacklisting**: Exclude specific games from the random selection.
- **Responsive Design**: Clean and user-friendly interface.## Getting Started
1. **Clone the Repository**
```bash
git clone [email protected]:Chrisae9/SteamRoulette.git
```2. **Install Dependencies**
```bash
cd SteamRoulette
pip install -r requirements.txt
```3. **Set Up Environment Variables**
- Create a `.env` file with your Steam API key and necessary configurations.
4. **Run Database Migrations**
```bash
flask db upgrade
```5. **Start the Application**
```bash
flask run
```6. **Access the App**
- Navigate to `http://localhost:5000` in your web browser.
## License
This project is licensed under the [MIT License](LICENSE).