An open API service indexing awesome lists of open source software.

https://github.com/imlokesh/csgo-inventory-csv

Download your csgo inventory to a csv and fetch latest prices for each item.
https://github.com/imlokesh/csgo-inventory-csv

counter-strike csgo steam steam-api steam-inventory

Last synced: 24 days ago
JSON representation

Download your csgo inventory to a csv and fetch latest prices for each item.

Awesome Lists containing this project

README

          

# CSGO Inventory to CSV

[![npm](https://img.shields.io/npm/v/csgo-inventory-csv?style=plastic)](https://www.npmjs.com/package/csgo-inventory-csv)
[![npm](https://img.shields.io/npm/dm/csgo-inventory-csv?style=plastic)](https://www.npmjs.com/package/csgo-inventory-csv)

This program will help you quickly export your csgo inventory to a csv file. It will automatically fetch latest steam market prices using csgobackpack api.

## Usage

You'll need [nodejs](https://nodejs.org/en/download) installed to use this program.

Install using:

```
npm install -g csgo-inventory-csv
```

Then just run `csgo-inventory-csv` and the interactive prompts will guide you.

## Demo

You can view the [sample csv file](https://github.com/imlokesh/csgo-inventory-csv/blob/master/assets/imlokesh_76561198312488313_1682246447.csv) to know what to expect as output of the program. Below is a gif demo:

![csgo-inventory-csv demo](https://github.com/imlokesh/csgo-inventory-csv/blob/master/assets/csgo-inventory-csv.gif)