node-epicgames-client icon indicating copy to clipboard operation
node-epicgames-client copied to clipboard

Unofficial EpicGames Launcher in javascript.

Results 9 node-epicgames-client issues
Sort by recently updated
recently updated
newest added

I have been trying to figure it out myself but I am having trouble. Currently I am stuck on getting the xal when you need to post to https://talon-service-prod.ecosec.on.epicgames.com/v1/init/execute. Any...

The example sample with my own credentials returns `errors.com.epicgames.accountportal.captcha_invalid` Don't know how to bypass that.

This happens when you try to run git submodule update on this repo - which incidentally is what npm does when you declare `SzymonLisowiec/node-epicgames-client` as a dependency, making the package...

Currently the folder `.egstore` only stores the cookies of the last used account. If you want to support multiple accounts, you could easily do this by using subfolders by login...

https://github.com/SzymonLisowiec/node-epicgames-client/blob/develop/src/Client/index.js#L559 It returns `token` with `undefined` as value, because the body the request returns is malformed. It contains this error: ![image](https://user-images.githubusercontent.com/4411977/80619703-5a43f100-8a45-11ea-9150-9607c8572c02.png) I tried using the webbrowser purchase URL instead (`https://www.epicgames.com/store/purchase`),...

Is it possible to add @types/epicgames-client for Typescript compatibility ?

enhancement

Preferably with multi-stream/multi-connection support.

enhancement

Currently, I have this, ```js async function setPickaxe(member, asset, key, variants) { await member.meta.setCosmeticLoadout({ pickaxeDef: asset, pickaxeEKey: key || '', variants: variants || [] }) } ``` All that does...

I noticed the library sets a default presence that seems to be a bit difficult to override. An option to change the default presence data would be quite helpful, or...

enhancement