Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic: game data and purchase URL from JSON API #130

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

vogler
Copy link
Owner

@vogler vogler commented Apr 27, 2023

Changes:

  • json is parsed to get the current free games and construct their URLs instead of getting the URLs from the 'Free Now' buttons
  • go to purchaseURL for each game instead of clicking the 'GET' button

I got a captcha with these changes, but may be due to testing during development.

Problems:

  • Still need to visit each game page to check if game is already claimed since otherwise the order will fail. See TODO comment for options to speed it up (1. check order history, 2. check epic-games.json).

Untested:

  • unavailable-in-region
  • EG_PARENTALPIN
  • Thanks for your order -> waiting for confirm-order-response in 3292257

Closes #127.

@vogler vogler added feature New feature or request store: epic-games optimization and removed feature New feature or request labels Sep 21, 2023
@vogler vogler changed the title URLs from JSON Epic: game data and purchase URL from JSON API Dec 19, 2023
vogler added a commit that referenced this pull request Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Epic: use data from JSON API for purchase URL
1 participant