Sign inSign up

miguelndecarvalho/docker-epicgames-freebies-claimer

By miguelndecarvalho

Updated about 6 years ago

Image
0

1.8K

miguelndecarvalho/docker-epicgames-freebies-claimer repository overview

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)

Tag summary

Content type

Image

Digest

Size

153.4 MB

Last updated

about 6 years ago

docker pull miguelndecarvalho/docker-epicgames-freebies-claimer