Claim available free game promotions from the Epic Games Store.
- DeviceAuthGenerator
- Git
- Node.js (with build tools checked)
- (Optional) ☆ Star this project :)
- Download/clone this repository
- Run
npm install
- Generate
device_auths.json
(using DeviceAuthGenerator) - (Optional) Edit
config.json
- Run
npm start
Check out the wiki, written by @lucifudge.
Check out the wiki, written by @jackblk.
This is for the truly lazy, you know who you are. ;) Also, this is a good alternative, in case you don't like using Epic's client or website (and I don't blame you).
To which I will say, why not? Most of these games are actually outstanding games! Even if you don't like Epic and their shenanigans, you will be pleased to know that Epic actually funds all the free copies that are given away: "But we actually found it was more economical to pay developers [a lump sum] to distribute their game free for two weeks..."
- Fixed missing history.json
- Fixed a looping issue
- Added docker support (#105)
- Fixed getting wrong offer (#107 #108)
- No longer logs in to check for new freebies (#109)
- Keep track of claimed freebies history (#110)
- Fixed login
- Fixed purchase (claiming)
- Removed ownership check (broken)
- Removed unneeded dependencies
- Code restyling
- Removed the need for graphql query
- Added two factor authentication (2fa) support while EpicGames changed policy (#17 #19 #21)
- Added update checker (#20)
- Changed method of obtaining free games list (#13)
- Added better logger (#14)
- Small bugfix
- Added looping feature a.k.a. run forever* (#2)
- Added multi-account support*
*Please update your config accordingly
- Makes
rememberLastSession
optional in config or launch parameter (#8) - Added ESLint linter
- Now allows web login, if normal login fails, e.g. due to captcha (#3)
*Please run npm install
again, to install epicgames-client-login-adapter
, required to utilize this new feature
- Enables
rememberLastSession
by default* (#4)
*Please run npm update
to update epicgames-client
, required to utilize this new feature
- Ensured all search results for all namespaces are purchased
- Added support for email/password arguments
- Moved saved credentials to config.json
- Ensured all search results are returned
- Fixed program not exiting
- Initial release