nollidnosnhoj / InventoryLookup

Quick way to search a user's Steam Inventory. Currently only works for CS:GO. Entering the user's id will return a list of the user's items as well as the sum of their real world worth in USD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contributions welcome

Initial setup

  1. Make sure you have Docker and npm installed
  2. If you wish to take advantage of the scripts and make commands listed below you need some form of bash (i.e Git Bash)

Setup development

  1. Fork/clone this repository
  2. Create an account on BitSkins
  3. In account settings enable Secure Access and API Access
  4. Take note of the BitSkinsSecret that is given when enabling API Access (underneath the QR code)
  5. Take note of your API Key that can be found in your settings
  6. With both the API Key and BitSkinsSecret noted down run ./scripts/make-env-files in bash and enter corresponding values as prompted
  7. While still in the root run the command make build
  8. After the containers finish building run make up
  9. Navigate to http://localhost:3000/ and ensure the app is running

How to use

  1. From the main page of the application enter any user's 64 bit Id (end goal is to use username). A quick way to find them is through this site
  2. Click the Search button
  3. Ensure the user's inventory is loaded, if not check the .env file has the correct secret and key information
  4. After loading and generating prices a table will be displayed with the user's items and the total value of their inventory
  5. Click home and repeat

About

Quick way to search a user's Steam Inventory. Currently only works for CS:GO. Entering the user's id will return a list of the user's items as well as the sum of their real world worth in USD.


Languages

Language:TypeScript 72.3%Language:HTML 8.4%Language:JavaScript 6.3%Language:Dockerfile 5.2%Language:Shell 3.5%Language:Makefile 2.5%Language:CSS 1.7%