A simple script which downloads all cs2 files and extracts all their images for
- Stickers
- Patches
- Graffitis
- Character Models
- Music Kits
- Cases
- Tools
- Status Icons ( Medals + Ranks )
- Weapons
Once extracted they will be uploaded to a s3 storage provider.
You can view the images via https://cs2cdn.com/
+ ItemPath
For Example: https://cs2cdn.com/econ/status_icons/service_medal_2024_lvl1.png
You can get the item paths using the items_game.txt stored in this repository. See Here
- Install bun
curl -fsSL https://bun.sh/install | bash
- Install bun dependencies
bun install
- Run index file
bun run src/index.js