Skip to content

Crawls the Steam website and fetch the list of users using the username.

License

Notifications You must be signed in to change notification settings

parkchamchi/SteamUserFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam User Finder

Crawls the steamcommunity.com and fetch the list of users using the username.

Usage

python steamuserfinder.py "example username" -e -w
usage: steamuserfinder.py [-h] [-e] [-w] username

positional arguments:
  username

optional arguments:
  -h, --help        show this help message and exit
  -e, --exact       Return accounts whose usernames exactly match (on the stdout)
  -w, --write_html  Write the HTML file on the output/

With -w, an HTML file is generated in output/.

Limitations

  • This only fetches the first 10,000 users (500 pages) of the query results.

About

Crawls the Steam website and fetch the list of users using the username.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages