The application is intended to get and enrich CS GO skins trading data from your account and save it to local repository for further analysis.
- maven
- docker 18.06.0+
- Login to steam via browser and find a cookie with name
steamLoginSecure
. Copy its value.- Think up a database password
- Run
POSTGRES_PASSWORD="your-db-password" STEAM_TOKEN="your-cookie-value" docker compose up -d
from bashIt will build the application and run it in docker. The logs or the database may be viewed via docker communication (parameters of the containers described in
docker-compose.yaml
)