Skip to content

Piootrekk/steam-market-history-data-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market history data parser

Simple full-stack application (react, fastify, mongodb) to parse and store market history personal data from steam market. It allows to filter, search and display data without waiting for steam to load it.

Preview

Market history dashboard

Market history dashboard

Fetching home page

Fetching home page

Installation

  1. Clone the repository
git clone  https://github.com/Piootrekk/steam-personal-data-parser.git
  1. Run docker-compose
docker-compose --env-file .env.docker up --build

Configuration

To fetch personal history from steam market you need to provide cookies (steamLoginSecure, sessionid) - provide them in input fields on home page.

steamLoginSecure=[your_steamLoginSecure]; sessionid=[your_session_id];

Additional information

This application is supposed to be used locally, is not hosted anywhere. It is not recommended to host it online, don't risk leaking your steamLoginSecure and sessionid.

Releases

No releases published

Packages

No packages published

Languages