/epic-auto-free-games

Logs into the Epic Games Store website and grabs the free games for the week

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

epic-auto-free-games

Logs into the Epic Games Store website and grabs the free games for the week.

You need to set a few Docker environment variables:

  • APP_USERNAME: your EPIC account username or email
  • APP_PASSWORD: your EPIC account password
  • APP_USER_AGENT: set to the same as your desktop browser

You want to run this daily/weekly with something like:

docker run -t --env APP_USERNAME="yourusername" --env APP_PASSWORD="supersecurepassword" edgard/epic-auto-free-games

Credits

Based on code from https://github.com/MasonStooksbury/Free-Games