https://github.com/mpostument/steamwishlistscraper
https://github.com/mpostument/steamwishlistscraper
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpostument/steamwishlistscraper
- Owner: mpostument
- License: apache-2.0
- Created: 2020-11-13T16:16:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T17:01:02.000Z (over 2 years ago)
- Last Synced: 2025-01-26T06:15:21.590Z (8 months ago)
- Language: Go
- Size: 103 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SteamWishlistScraper
Scrape your steam wishlist.
## Table of Contents
- [SteamWishlistScraper](#steamwishlistscraper)
- [Table of Contents](#table-of-contents)
- [Installing](#installing)
- [Getting Started](#getting-started)
- [Scrape wishlist](#scrape-wishlist)
- [Global parameters](#global-parameters)
- [Contributing](#contributing)
- [License](#license)## Installing
Download the latest binary from [releases](https://github.com/mpostument/SteamWishlistScraper)
## Getting Started
### Scrape wishlist
1. Generate api key on [steam](https://steamcommunity.com/dev/apikey)
2. Run SteamWishlistScraper
`SteamWishlistScraper --username --apikey `Note: Api key can be added to $HOME/.SteamWishlistScraper.yaml as `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](https://github.com/mpostument/SteamWishlistScraper/blob/master/LICENSE)