Steam user info
Steam User Info displays information about a Steam user's account, including their games, friends, and how much time they've spent playing each game (e.g., 1h 45m).
- Clone the repository:
git clone https://github.com/slanch5/steame-app
cd steame-app- Install the required dependencies:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install --upgrade pip
pip install fastapi uvicorn
pip install -r requirements.txt- Run the application:
uvicorn steam.main:app --reload- Open your web browser and navigate to
http://127.0.0.1:8000
Python version: 3.10+
- Navigate to
/to see the main page. - Use the search bar to enter a Steam username.
- The application will display the user's profile information, including their games, friends, and playtime.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or have suggestions for improvements.