Git Product home page Git Product logo

easydeviceauth's Introduction

EasyDeviceAuth

Discord GitHub all releases

Deprecation: This project was discontinued in 2020 due to the switch from Epic to hCaptcha. Currently, running the programme may result in endless captchas due to the low trustworthiness of the Selenium browser.

EasyDeviceAuth is a tool to automate the process to generate a device_auths.json file for multiple EpicGames Accounts, which for example is used by the popular fortnitepy library.

Only Windows and Firefox are supported atm! Linux, MacOS and Chrome and Safari comming soon.

This is an example how the result looks like:

{
  "sample_email1": {
    "device_id": "sample_device_id1", 
    "account_id": "sample_account_id1", 
    "secret": "sample_secret1"
  },
  "sample_email2": {
    "device_id": "sample_device_id2",
    "account_id": "sample_account_id2",
    "secret": "sample_secret2"
  }
}

How to use?

1.) Download and install Firefox from here.

2.) Download the latest executable from here and place it into a folder

3.) Create a credentials.json file where you can insert your account details. Here is an example:

{
  "email1": "password1",
  "email2": "password2"
}

3.) Run the executable and solve the captchas in the browser windows that open.

4.) As result you get a device_auths.json file.

How to compile it yourself?

1.) Clone this repo.

2.) Install PyInstaller.

3.) Create a venv and install all requirements from the requirements.txt

4.) Switch to the downloaded directory and compile the file with pyinstaller --paths venv/Lib/site-packages --onefile -i icon.ico -n EasyDeviceAuth device_auth.py

easydeviceauth's People

Contributors

luc1412 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

abros0000 pirica

easydeviceauth's Issues

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.