vogler / free-games-claimer

Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.
GNU Affero General Public License v3.0
2.21k stars 139 forks source link

Added possibility to claim other freegames from GOG #206

Open 4n4n4s opened 10 months ago

4n4n4s commented 10 months ago

I added an option to claim free games from GOG. There is like 50ish of them like https://www.gog.com/en/game/crusader_kings_ii.

Therefore I added new flags for it this is disabled by default as we just claim the giveaway games.

You can enable it by adding and additional flag and can specify many other filters like for game categories or preferred language.

4n4n4s commented 10 months ago

@vogler can you maybe check and give feedback?

yoshimo commented 10 months ago

don't remove the handling of the trusted partner setting.

4n4n4s commented 9 months ago

Thanks! Looks good. I'll try to test it tomorrow and then merge it with the changes.

Hi how did it go? Would be cool to have some of the PRs merged before I can continue with some refactoring some of the things. thx 👍

yoshimo commented 9 months ago

Shouldn't we have the option for more than one url so we can combine

https://www.gog.com/en/games?priceRange=0,0&hideOwned=true&onlyDlcForOwned=true
https://www.gog.com/en/games?priceRange=0,0&hideOwned=true&hideDLCs=true

in one run?

4n4n4s commented 9 months ago

Shouldn't we have the option for more than one url so we can combine


https://www.gog.com/en/games?priceRange=0,0&hideOwned=true&onlyDlcForOwned=true

https://www.gog.com/en/games?priceRange=0,0&hideOwned=true&hideDLCs=true

in one run?

Good idea should not be a problem to have a delimiter here like ";" or " " and then run trough them in a loop. I will add it.

4n4n4s commented 9 months ago

@vogler sorry I am impatient :) Will you be able to give feedback for my open PRs soon?

sonarcloud[bot] commented 8 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 10 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint