Automatically login and find available free games the Epic Games Store. Sends you a prepopulated checkout link so you can complete the checkout after logging in. Supports multiple accounts, login sessions, and scheduled runs.
getCatalogFreeGames() does not check for country blacklist like getWeeklyFreeGames(), causing users in blacklisted countries to attempt to purchase blacklisted games.
Setting searchStrategy to weekly might fix it in the short term.
getCatalogFreeGames()
does not check for country blacklist likegetWeeklyFreeGames()
, causing users in blacklisted countries to attempt to purchase blacklisted games.Setting
searchStrategy
toweekly
might fix it in the short term.Continued from #345