Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.44 KB

README.MD

File metadata and controls

47 lines (32 loc) · 1.44 KB

SteamWishlistScraper

Scrape your steam wishlist.

Table of Contents

Installing

Download the latest binary from releases

Getting Started

Scrape wishlist

  1. Generate api key on steam
  2. Run SteamWishlistScraper SteamWishlistScraper --username <SteamUserName> --apikey <ApiKey>

Note: Api key can be added to $HOME/.SteamWishlistScraper.yaml as apikey: <ApiKey>

Global parameters

username - Steam user name. Default ""
apikey - Steam api key. Default ""

Contributing

  1. Fork it
  2. Download your fork to your PC ( git clone https://github.com/mpostument/SteamWishlistScraper && cd SteamWishlistScraper )
  3. Create your feature branch ( git checkout -b my-new-feature )
  4. Make changes and add them ( git add . )
  5. Commit your changes ( git commit -m 'Add some feature' )
  6. Push to the branch ( git push origin my-new-feature )
  7. Create new pull request

License

SteamWishlistScraper is released under the Apache 2.0 license. See LICENSE.txt