https://github.com/netgian/epiclogin
Automation capabilities for launching Epic Games via command-line interface
https://github.com/netgian/epiclogin
Last synced: 5 months ago
JSON representation
Automation capabilities for launching Epic Games via command-line interface
- Host: GitHub
- URL: https://github.com/netgian/epiclogin
- Owner: netgian
- License: gpl-3.0
- Created: 2024-04-03T15:50:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T15:58:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T04:53:29.552Z (about 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
python epiclogin.py --user_file or -u --launch or -l
```
You got to provide your authcode from here: [epicgames.com](https://www.epicgames.com/id/login?redirectUrl=https%3A//www.epicgames.com/id/api/redirect%3FclientId%3D34a02cf8f4414e29b15921876da36f9a%26responseType%3Dcode)
## Tested on:
- Windows 10
This project is distributed under [GNU General Public License v3.0](https://github.com/netgian/epiclogin/blob/main/LICENSE) license.