Giter Site home page Giter Site logo

actions's Introduction

Actions

用于自动化处理白嫖EPIC免费游戏

使用过程

  1. 下载DeviceAuthGenerator
  2. 运行程序,在出现的页面里登录Epic账户,然后授权。完成后会出现一个 device_auths.json文件
  3. Fork或者手动导入这个Repo,看你喜好(防止被Github一锅端)
  4. 启用Actions,新建一个叫做AUTH_JSON的Secret,并将之前的device_auths.json文件内容粘贴进去。
  5. 修改.github/workflows/claim.yml文件,改改自动领取时间什么的。

schedule: - cron: '51 16 * * 4' #修改成其他时间(4改成*就是每天执行一次的意思)

多账户

最后获得的json大概长这样

{
    "mcseekeri": {
        "device_id": "114514",
        "account_id": "1919810",
        "secret": "893",
        "user_agent": "DeviceAuthGenerator/1.1.0 Windows/10.0.19041",
        "created": {
            "location": "Neverland",
            "ip_address": "114.51.45.14",
            "datetime": "1970-01-01T00:00:00.000Z"
        }
    }
}

如果要多账户签到,那么需要修改成这样。

{
    "mcseekeri": {
        "device_id": "114514",
        "account_id": "1919810",
        "secret": "893",
        "user_agent": "DeviceAuthGenerator/1.1.0 Windows/10.0.19041",
        "created": {
            "location": "Neverland",
            "ip_address": "114.51.45.14",
            "datetime": "1970-01-01T00:00:00.000Z"
        }
    },
    "mcseekeri2333": {
        "device_id": "114514",
        "account_id": "1919810",
        "secret": "893",
        "user_agent": "DeviceAuthGenerator/1.1.0 Windows/10.0.19041",
        "created": {
            "location": "Neverland",
            "ip_address": "114.51.45.14",
            "datetime": "1970-01-01T00:00:00.000Z"
        }
    }
}

致谢

感谢Revadike大佬epicgames-freebies-claimer,本Repo是在他程序的基础上修改而来的。

actions's People

Contributors

foldn avatar smileingface avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.