Giter VIP home page Giter VIP logo

deviceauthgenerator's Introduction

DeviceAuthGenerator

Python PEP8

Program to easily create device auths for use in Epic Games API authentication.


Discord Support:


Example Usage:

Usage:

DeviceAuthGenerator is pretty simple to use. You can either use run the Python script directly or use the pre-compiled executable in the releases.

  1. Install the requirements (only applies to the Python script, you don't need to install requirements for the executable).

    pip install -U -r requirements.txt
    
  2. Run DeviceAuthGenerator, either being generator.py or DeviceAuthGenerator.exe.

  3. Login the the Epic Games account you wish to generate device auths for when prompted.

  4. Wait 5 or less seconds for device auths to be generated. They will then be pasted into the console, copied to clipboard & saved in device_auths.json which is compatible out of the box with fortnitepy.

Example responses:

Console

Generated device auths for: xMistt.
{
    "device_id": "c403e1ea918b4414b01f6292ee7bbad2",
    "account_id": "ab0f2bb71b1d4e73ac467bd1b1072061'",
    "secret": "61E9F2025EA14493A63CD94AD1B9C569",
    "user_agent": "DeviceAuthGenerator/1.0.0 Windows/10",
    "created": {
        "location": "London, England",
        "ip_address": "215.42.168.146",
        "datetime": "2021-05-15T16:57:46.372Z"
    }
}

File

{
    "[email protected]": {
        "device_id": "c403e1ea918b4414b01f6292ee7bbad2",
        "account_id": "ab0f2bb71b1d4e73ac467bd1b1072061",
        "secret": "61E9F2025EA14493A63CD94AD1B9C569",
        "user_agent": "DeviceAuthGenerator/1.0.0 Windows/10",
        "created": {
            "location": "London, England",
            "ip_address": "215.42.168.146",
            "datetime": "2021-05-15T16:57:46.372Z"
        }
    }
}

License:

By downloading this, you agree to the Commons Clause license and that you're not allowed to sell this repository or any code from this repository. For more info see https://commonsclause.com/.

deviceauthgenerator's People

Contributors

jackblk avatar xmistt avatar

Watchers

 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.