Skip to content

[新服务] Docker+EpicGames Claimer全自动领取Epic每周赠送游戏

Tags:

目的

  • 自动获取免费游戏

参考

实现

# 关闭two factor验证

mkdir -p /data/epicgames-claimer && cd /data/epicgames-claimer 
epicgames_email="jben@xxx"
epicgames_password='M25tcB^'

docker run -d --name=epicgames-claimer \
  --restart=unless-stopped \
  -e TZ="America/Los_Angeles" \
  -e AUTO_UPDATE=true \
  -v $(pwd)/User_Data:/User_Data \
  luminoleon/epicgames-claimer -u ${epicgames_email} -p ${epicgames_password}

docker logs -f epicgames-claimer

查看获取的游戏

Leave a Reply

Your email address will not be published.