Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woctezuma/steam-curator-release-dates
Query Steam API to reveal hidden release dates for a Curator list.
https://github.com/woctezuma/steam-curator-release-dates
api-release-date curator game games hidden-release-date release-date steam steam-api steam-community steam-curator steam-game steam-games steam-list steam-store steam-store-api steam-tools steam-web steam-web-api steam-webapi steamdb
Last synced: 17 days ago
JSON representation
Query Steam API to reveal hidden release dates for a Curator list.
- Host: GitHub
- URL: https://github.com/woctezuma/steam-curator-release-dates
- Owner: woctezuma
- License: mit
- Created: 2022-11-16T17:33:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T11:08:17.000Z (about 1 year ago)
- Last Synced: 2023-12-03T12:22:32.337Z (about 1 year ago)
- Topics: api-release-date, curator, game, games, hidden-release-date, release-date, steam, steam-api, steam-community, steam-curator, steam-game, steam-games, steam-list, steam-store, steam-store-api, steam-tools, steam-web, steam-web-api, steam-webapi, steamdb
- Language: Python
- Homepage: https://store.steampowered.com/curator/41397023/list/86081
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!Note]
> The API endpoint [`/broadcast/ajaxgetbatchappcapsuleinfo`][api-endpoint] was deactivated on May 4, 2023.# Steam Curator's Release Dates
This repository contains Python code to query Steam API to display hidden release dates for a Curator list.
![Illustration cover][img-cover]
## Requirements
- Install the latest version of [Python 3.X][python-download-url].
- Install the required packages:```bash
pip install -r requirements.txt
```## Usage
```bash
python query_curator_apps.py
```[img-cover]:
[python-download-url]:
[api-endpoint]: