edgard / epic-auto-free-games

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 92.9%Language:Dockerfile 7.1%