Skip to content

igeligel/skadisteam.inventory

Repository files navigation

skadisteam.inventory

NuGet Discord

If you join the discord, message igeligel.

Build Status
Linux/Mac WIP
Windows Build status

Project

.net core library to get inventories in the Steam Community. It will enable you to:

  • Get public inventories in a nice and easy to understand datastructure (No Dictionaries)
  • Get private inventories by login data and trade tokens

Dependencies

Package Version
NETStandard.Library 1.6.0
Newtonsoft.Json 9.0.1

Installation

As Nuget Package (Recommended)

WIP

Referenced as built package

  1. You need to install .net core. For instructions head over here.

  2. Open your command line.

  3. Change directory to the package's source.

  4. $ dotnet restore
    
  5. $ dotnet build
    
  6. Reference your build like this:

    "skadisteam.inventory": "0.1.0-*"
    

    in your project.json file. For an example watch the testing package.

Documentation

The documentation is referenced here:

Click me to get to the documentation

Contribute

Watch the master repository for more information.

Authors

Contact

Steam Steam

Twitter Twitter

Discord Discord (I am igeligel there. Just send me a direct message)

License

MIT