Skip to content

A Python app that finds the path from your profile to stack's profile (Highest level account) on steam

Notifications You must be signed in to change notification settings

afonsofrancof/find-path-to-stack-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

St4ck steam profile finder

Description

An app that goes through a given friends list , finds the highest level friend, and does a recursive on that friend until it finds st4cks steam profile. Prints the path along the way.

Usage

First generate a steam api key in https://steamcommunity.com/dev/apikey

python3 main.py [steam_user_id_64] [Steam_web_api_key]

Bugs

The programm still doesn't account for loops (if it finds 2 people who are each others highest level friend) and when someone has private friend list.

These will probably be fixed in the future.

About

A Python app that finds the path from your profile to stack's profile (Highest level account) on steam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages