Scrape your steam wishlist.
Download the latest binary from releases
- Generate api key on steam
- Run SteamWishlistScraper
SteamWishlistScraper --username <SteamUserName> --apikey <ApiKey>
Note: Api key can be added to $HOME/.SteamWishlistScraper.yaml as apikey: <ApiKey>
username
- Steam user name. Default ""
apikey
- Steam api key. Default ""
- Fork it
- Download your fork to your PC (
git clone https://github.com/mpostument/SteamWishlistScraper && cd SteamWishlistScraper
) - Create your feature branch (
git checkout -b my-new-feature
) - Make changes and add them (
git add .
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request
SteamWishlistScraper is released under the Apache 2.0 license. See LICENSE.txt