• Stars
    star
    10
  • Rank 1,807,489 (Top 36 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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)