Skip to content

yburshe/steam2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam2csv

View anyone's Steam library and export it to .CSV

Installation guide

❗ Running this project requires you to register for a Steam Web API Key which you can do over here

  1. Clone the repository
  2. Install requirement using npm i
  3. Add a ⚙️.env file and add the following variables
    • PORT
    • KEY
    • SESSION_KEY
    • BRUHKEY (Copy of KEY, trust me 🙏)
  4. Run nodemon index.js

⚠️ To enable the Sign In flow in development, make sure to change the values of the passport