1.0.15 • Published 5 years ago
epic-games-bot v1.0.15
Epic Games Bot
Epic Games Bot is a Node library that finds and purchases all promotional free items on Epic Games. All communication is handled through the Puppeteer API.
Getting Started
Installation
To use Epic Games Bot in your project, run:
npm install epic-games-bot puppeteer
# or "yarn add epic-games-bot puppeteer"
Usage
Example projects are provided to demonstrate how Epic Games Bot can be used alongside Puppeteer to find and purchase all promotional free items.
Note: SSO login is currently unsupported. 2FA support is limited to the authenticator app method.
Execute script on the command line:
cd examples/get-purchase-urls
# or "cd examples/purchase-items"
npm install
# or "yarn install"
node .