https://github.com/somespecialone/cs2-items-schema
๐ Schema of CS2 (ex. CSGO) items
https://github.com/somespecialone/cs2-items-schema
cs2 csgo items python schema sql steam
Last synced: 11 months ago
JSON representation
๐ Schema of CS2 (ex. CSGO) items
- Host: GitHub
- URL: https://github.com/somespecialone/cs2-items-schema
- Owner: somespecialone
- License: mit
- Created: 2022-01-31T10:07:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T23:29:29.000Z (about 1 year ago)
- Last Synced: 2025-04-12T19:12:41.289Z (about 1 year ago)
- Topics: cs2, csgo, items, python, schema, sql, steam
- Language: Python
- Homepage:
- Size: 3.76 MB
- Stars: 33
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS2 Items Schema
[](https://github.com/somespecialone/cs2-items-schema/blob/master/LICENSE)
[](https://github.com/somespecialone/cs2-items-schema/actions/workflows/schema.yml)
[](https://github.com/psf/black)
[](https://store.steampowered.com/)
This is storage repo of `CS2` (ex. `CSGO`) items schema with attempt to create more understandable format
of `CS2` items and their relations.
> Feel free to use it if you need ๐
> [!IMPORTANT]
> ๐ฆ Contains data extracted from game files only.
> **Does not include all items**
> [!TIP]
> If you are looking for an `itemnameid` of items for [Steam Market](https://steamcommunity.com/market/),
> check out this repo [somespecialone/steam-item-name-ids](https://github.com/somespecialone/steam-item-name-ids)
> [!NOTE]
> This repo is configured to auto-update itself using the GitHub Actions `Schema` workflow.
> You can take a closer look [there](.github/workflows/schema.yml)
## Integrity schema ๐งพ
Reflects `json` schemas and relationships between entities

## Diagram ๐
Diagram for SQL database

## TODO
- [x] Sticker capsules
- [x] Souvenir packages
- [x] Item sets
- [x] ~~Graffiti with tints~~
- [x] SQL scripts and schema
## Credits
* [csfloat/cs-files](https://github.com/csfloat/cs-files)
* [draw.io](https://draw.io)
* [dbdiagram.io](https://dbdiagram.io/)