Revadike
Revadike
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:  I tried using the webbrowser purchase URL instead (`https://www.epicgames.com/store/purchase`),...
https://github.com/bartervg/barter.vg/issues/247#issuecomment-1159143171
It seems to be purging not owned items too. It looks like it thinks items offered and owned by someone else are owned by you.
Add ability to disable and/or avoid webpage locks.
V2.0.0
Checklist: - [x] Merge work from https://github.com/Revadike/epicgames-freebies-claimer/tree/fnbrjs - [x] Ditch `epicgames-client` dependency - [x] Ditch DeviceAuthGenerator usage (#181) - [x] Implement `fnbr` fully (#99) - [x] Code a purchase function...
### Current Behavior (if any) Using direct store purchase. ### Desired Behavior Perhaps change to store cart purchase, since it uses GraphQL, we can perhaps ditch the outdated `epicgames-client` library,...
Auto-update
### Current Behavior (if any) Only notifies of new version. ### Desired Behavior Add a setting, such that `epicgames-freebies-claimer` will auto-update. ### Motivation / Use Case for Changing the Behavior...
### Current Behavior (if any) It ignores non-game items from weekly giveaways ### Desired Behavior Claim non-game items from weekly giveaways ### Motivation / Use Case for Changing the Behavior...
### Current Behavior (if any) Before claiming a free game on a new account, you get prompted to accept EULA. ### Desired Behavior Automate accepting the EULA. ### Motivation /...