https://github.com/dentordev/steamspy
Steam Account Tracker for Active-Recon & OSINT
https://github.com/dentordev/steamspy
osint osint-python osint-reconnaissance osint-tool python reconnaissance steam steamcommunity user-osint
Last synced: about 2 months ago
JSON representation
Steam Account Tracker for Active-Recon & OSINT
- Host: GitHub
- URL: https://github.com/dentordev/steamspy
- Owner: Dentordev
- License: unlicense
- Created: 2025-02-21T07:10:51.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T07:47:53.000Z (2 months ago)
- Last Synced: 2025-02-21T08:23:44.579Z (2 months ago)
- Topics: osint, osint-python, osint-reconnaissance, osint-tool, python, reconnaissance, steam, steamcommunity, user-osint
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SteamSpy
--------
Silent Recon Tool for checking steam users who are online/offline.
This used to be an old script I had from 2023 that I remodified & modernized.## Features
- Built-in Asynchronous Tor Library froked from stem as long as tor.exe is mapped as
a path enviornment variable if you own windows.
- Exteremely Minimal Amounts of Code
- Scraping Target's Friends
- Seeing if User is a Private Account
- Scraping User's Profile Picture in all it's glory.
- Running as your own seperate python library,
such as using a webhook to track a user, (take whatever code your looking for.)
- There are no sign ups to using this tool.
- Everything is AI-Free, code was written by a human and not a robot.- Everything Except For AsyncTor is Unlicensed. Use it as you wish.
## TODOS
- Track Game User is playing on if user is online## How to install
- You need Python 3.9 or higher, the restirictions are very minimal.
```
pip install -r requirements.txt
```## How to use
```
cli.py --help
```# What to do if Errors are Encountered
## Site Starts Acting Funny
- Get a proxy or configure tor to fix it up Otherwise Replace or add in new user-agents to the useragents script.