netgian / epiclogin

Automation capabilities for launching Epic Games via command-line interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epic Games Launcher Automation

This Python script provides automation capabilities for launching Epic Games via command-line interface. It facilitates logging in to the Epic Games account and launching a specified game.

Prerequisites

  • Python 3.x
  • requests library (pip install requests)

Usage

python epiclogin.py --user_file or -u <user_file.json> --launch or -l <game_path>

You got to provide your authcode from here: epicgames.com

Tested on:

  • Windows 10

This project is distributed under GNU General Public License v3.0 license.

About

Automation capabilities for launching Epic Games via command-line interface

License:GNU General Public License v3.0


Languages

Language:Python 100.0%