Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1013 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 1013 Bytes

Steam ID Checker

It checks all of steam ids that you included in array inside of a file.

Requirements

  • Steam API Key
  • Nodejs
  • Time

How to configure?

  1. Change API key inside of config.json. If you dont have one, get it here.
  2. Insert your wordlist on files/wordlist.json.
  3. Update and install your nodejs packages with npm install.
  4. Start your program with node index.js.

Knowledge

  • valid.json and invalid.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 or invalid file.
  • You have 100000 daily quota.

Why did you do something like that?

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!