Skip to content

slanch5/steame-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project name

Steam user info

Description

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).

How to run

  1. Clone the repository:
  git clone https://github.com/slanch5/steame-app
  cd steame-app
  1. 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
  1. Run the application:
  uvicorn steam.main:app --reload
  1. Open your web browser and navigate to http://127.0.0.1:8000

Python version: 3.10+

Usage

  • 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.

Contributing

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •