Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages