Skip to content

MiguelNdeCarvalho/docker-epicgames-freebies-claimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-epicgames-freebies-claimer

Description

This is the docker image of the epicgames-freebies-claimer script, basically runs every day at 12 Am.

Running the Container

To run the container simply do this:

docker run \
  -d \
  --name=epic-script \
  -e username="YOURUSERNAMEHERE" \
  -e password="YOURPASSWORDHERE" \
  -e two_fa="0" \
  --restart unless-stopped \
  miguelndecarvalho/docker-epicgames-freebies-claimer

On the environment two_fa you can set the 2fa to 0 (turned off) or to 1(turned on):

  • 0, like in the example;
  • 1 2FA_SECRET, if you enable it you need to specify the 2fa secret. (recommended)

Thanks

Revadike(for making this script)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published