A simple sheet of your games for personal use
You will need to either clone or download this repository to your machine as below:
git clone https://github.com/ahkaz-dev/manip-steam
Create a virtual environment:
python -m venv env
Activate the virtual environment:
- For Windows:
env\Scripts\activate
- For macOS/Linux:
source .env/bin/activate
Install all the requirements:
pip install -r requirements.txt
To run this project, you will need to add the following environment variables to your .env file
api_key
- Use Steam Community to activate your API key. Direct link
id_key
- To find your Steam ID, visit the following link
Use for local data storage:
py manage.py migrate
Run the main script:
py manage.py runserver
Use the command:
py manage.py createsuperuser
Following the instructions, enter your data into the console
Username: MyLogin
Email address: press enter for skip email
Password: MyPassword
Password (again): MyPassword
You will see a message that the creation was successful
Go to the admin page: /admin
.
Use the login and password that you entered for the createsuperuser command.
Select Games, and you will see all the games associated with your account. You can also click on a single row to edit the data.
Click on View site
to go to the home page.
This project is MIT licensed.