Name: Steam Scout
- Python version: 3.12
- python-decouple==3.8
- Django==5.0.1
- beautifulsoup4==4.12.3
- python-steam-api==1.2.2
- mysql-connector-python==8.3.0
- mySQL: https://dev.mysql.com/downloads/file/?id=526407 or install Xampp
NOTE: You are going to have to create 2 .env files in mysite/APICalls and mysite/database
mysite/APICalls/.env
STEAM_API_KEY= "<YOUR_API_KEY>"
Get this from https://steamcommunity.com/dev/apikey
mysite/ReadGames/database/.env
uname = "<Your_Uname>"
pass = "<your_pass>"
database = "steam"
Note: uname will run the SQL through 'uname'@'localhost', I named my database "steam"
Using uv:
uv run mysite/manage.py runserver
https://docs.djangoproject.com/en/5.0/ Access admin webpage using http://127.0.0.1:8000/admin/
- Game
- Music
- Demo
- DLC
- Steam Game Search Engine
Collaborators:
- Hunter Smith
- Alfred Newsome
- Isaac Watts
- Tamia




