epic_games_free_games_claim
Python script to claim free games on epic games store
deploy to heroku
For this script to function on heroku you will need to provoide access token,
put at root login.txt and cookies file in format "your_email@host.com.json"
[Recommend to run the script (up to date) and not the .exe (outdated)]
With cookies [recommended]
- [x] tested on windows 10 pc with chrome
- Download your epic games cookies with this extension
- Rename the file with your email log-in with .json extension ==> myemail@email.com.json
- if you have more than one account you can change number of browsers in epic_games_settings.py
- for script to run you need to download chromedriver.exe from https://chromedriver.chromium.org/downloads
- or you can just run the .exe file which has chromedriver built in.
With login.txt
- [ ] tested on windows 10 pc with chrome
- open login.txt and replace with your login and password.
- if you have more than one account you can change number of browsers in settings.py
- for script to run you need to download chromedriver.exe from https://chromedriver.chromium.org/downloads
- or you can just run the .exe file which has chromedriver built in.