Disclaimer: FOR EDUCATIONAL PURPOSE ONLY! The contributors do not assume any responsibility for the use of this tool.
Run the script through a terminal/command line with python3 main.py USERNAME
, where USERNAME is the target's Custom URL or SteamID64.
Arguments
id username (required)
-o, --output enables output to file
[target] change target user
[info] get target's info
[friends] get friends list
[games] get owned games
- Create a directory and name it "config" and inside it create "key.txt" and put your Steam API key in it.
Alternatively run the following commands:
-
mkdir config
-
cd config
-
echo API_KEY > key.txt
Where API_KEY is your own key.