epic-export

command module
v0.0.0-...-e7161d4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 22 Imported by: 0

README

Epic Export can export your list of games from Epic Games in a nice HTML table.

I tested it on Linux only, but should work on other platforms too.

Setup

  • Install curl, if you don't have it already.

Usage

  1. Log in to epicgames.com
  2. Open the browser Developer tools by F12 or Ctrl+Shift+i or equivalent.
  3. Open the Network tab on top.
  4. Navigate the browser to https://www.epicgames.com/account/connections
  5. Switch to the "APPS" tab.
  6. In the Developer tools Network tab, seach for "authorized-apps" and click on it.
  7. Copy the contents to a file, eg. exported.txt
  8. Use that filename with path below in .
  9. Call

On Linux or Mac:

epic-export -i <exported> -o <output>

On Windows:

epic-export.exe -i <exported> -o <output>

It will run through the list of exported games, and search for them.

  1. Exact match is stored without prompt.
  2. Otherwise it will show a list of matches with some extra options.
  3. You can open the URL on the right to check if you have the game "In Library". Pick it if you're sure about it.
  4. You can ask for logo search. It will initiate a Google Images search by the game logo, and add those at the end of the list.
  5. You can use the game name without the link.
  6. You can skip the game if it was discontinued.
  7. You can type in the game URL by hand of a custom Google Search, maybe based on some text in the logo.

The output will be an html file that shows your games in a table, that you can share with others. Example output looks like: https://vendelin8.github.io/epic-export/

Run from code

Make sure to Install Go, if you don't have it already. Then

go run . -i <exported> -o <output>

OR

go build .
./epic-export -i <exported> -o <output>

Contribute

Feel free to raise an issue or try and build it for other platforms.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL