Skip to content

Requests for Steam Api to get information about users, games, etc.

Notifications You must be signed in to change notification settings

vadushkin/SteamAPIRequests

Repository files navigation

Requests to Web Steam API

Build Status Build Status

Installation

Clone a repository

git clone https://github.com/vadushkin/SteamAPIRequests.git

Change a folder

cd SteamAPIRequests

Venv

python -m venv venv
.\venv\Scripts\activate
pip install --upgrade pip
pip install -r requirements.txt

Poetry

poetry install
poetry shell

Create .env file

Example to fill in

KEY=

Key - is your steam application key

Documentation from Steam

Direct link to get the key

Poetry run

poetry run python .\main.py

Releases

No releases published

Packages

No packages published

Languages