/My-Steam-Reviews

Have you ever dreamed of being able to collect all your evaluations? No? I did.

Primary LanguagePython

My Steam Reviews (MSR)

My Steam reviews is a tool that aims to provide a global insight about your steam reviews.

As of now, it returns 10 randoms games that are not yet evaluated.

Table of Contents

Requirements

Python 3.8.x

You'll need a Steam API Key, you can get it there

I'm working on a way to don't need the API Key and I already know how. Still, it will be more effective to use the API Key.

You'll need to know either your vanity URL or your account ID. You can find one of them in the URL of your account id:

#Vanity URL
https://steamcommunity.com/id/<vanityURL>
#Account ID
https://steamcommunity.com/profiles/<accountID>

Note: Your account ID is only numbers and your vanityURL is what you chose when you created it.

How to Use

I recommend to use a venv but it is not an obligation, here are the following command to do:

cd My-Steam-Reviews
py -m venv env
.\env\Scripts\Activate.ps1

Don't forget to install requirements.

py -m pip install -r requirements.txt --user

After that, you just have to launch the script:

py main.py

The first time, It will ask you some information and then fetch.

Example

FAQ

Why not use the Steam API to retrieve reviews?

As far as I know, it is not possible to use the Steam API that way.