It checks all of steam ids that you included in array inside of a file.
- Steam API Key
- Nodejs
- Time
- Change API key inside of
config.json
. If you dont have one, get it here. - Insert your wordlist on
files/wordlist.json
. - Update and install your nodejs packages with
npm install
. - Start your program with
node index.js
.
valid.json
andinvalid.json
is self-exp.- Before sending a request to the API, it checks if it checked current ID. So, if you want to re-check the same ID again; please remove them from
valid
orinvalid
file. - You have 100000 daily quota.
I was trying to find myself a three digit ID for my steam profile (spoiler: there is no available three digit ids). I will also include all three digits wordlist on a json file named combinations.json
, do not try again and spam steam API with this again.
Enjoy!