Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woctezuma/steamspy-data
Data snapshot from SteamSpy.
https://github.com/woctezuma/steamspy-data
data data-dump data-dumps steam steam-data steamspy steamspy-api
Last synced: 2 days ago
JSON representation
Data snapshot from SteamSpy.
- Host: GitHub
- URL: https://github.com/woctezuma/steamspy-data
- Owner: woctezuma
- License: mit
- Created: 2023-02-04T13:37:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T11:25:39.000Z (18 days ago)
- Last Synced: 2025-01-16T12:53:39.057Z (18 days ago)
- Topics: data, data-dump, data-dumps, steam, steam-data, steamspy, steamspy-api
- Homepage:
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SteamSpy: Data
This folder contains data downloaded from SteamSpy on January 1, 2025.
### Data acquisition
```python
import json
import steamspypidata = steamspypi.download_all_pages(num_pages=100)
with open('steamspy.json', 'w', encoding='utf8') as f:
json.dump(data, f)```
```
Downloading page=0 on Sat Feb 4 13:25:49 2023
Sleeping for 70 seconds on Sat Feb 4 13:25:50 2023
Downloading page=1 on Sat Feb 4 13:27:00 2023
Sleeping for 70 seconds on Sat Feb 4 13:27:00 2023
[...]
Downloading page=61 on Sat Feb 4 14:37:24 2023
Setting the number of pages from 100 (input) to 61 (actual).
```