Skip to content

bukowa/steamdepoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steamdepoter

Requirements

  • uv
  • Steam account

Setup

./setup-deps.ps1

Usage

1. Generate Scraper

Configure your App/Depot IDs in config.yaml, then run:

uv run main.py scrape

2. Manual Scrape

  1. Open steamdb.info in your browser (make sure you are logged in).
  2. Open Browser Console (F12).
  3. Paste contents of scrape.js and press Enter.
  4. Move the downloaded manifest_cache.json to the manifest_cache/ folder.

3. Download

uv run main.py download

4. Analyze

uv run main.py analyze

Or run everything in sequence (after step 2):

uv run main.py all

Configuration

Edit config.yaml:

username: "your_steam_username"
branch: "public"
download:
  "712100":   # App ID
    - "814262" # Depot ID

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors