Skip to main content

A third-party API to access steam data and values

Project description

easysteam

Currently in development stages, this tool can get Steam marketplace games, software, soundtracks, etc. relatively quickly.

Usage

Currently the tool only has two functions; Pull, Pull_All.

First create an instance of the class:

store = Market()

Then you either pull using the steam category link:

store.Pull('https://store.steampowered.com/genre/Free%20to%20Play/', 'NewReleasesRows')

Or using a name for the category:

store.Pull('Free to Play, 'NewReleasesRows')

The second input as you can see has 'NewReleasesRows' as the row input. You can set it to either NewReleasesRows or TopSellersRows to choose between:

  • New and Trending (for the category)
  • Top Selling (for the category)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easysteam-1.0.0.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

easysteam-1.0.0-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page