Download and run the prebuilt installer found on the latest release.
Follow the steps below in the Development section to get a local development copy. Then run:
npm run make
The installer for your OS will be found in the /out/make/
directory.
- Optionally choose a keyword to listen for in your whispers.
- Start the raffle.
- Draw a winner!
The winner's character name will be copied to the clipboard so you can message them immediately.
Another winner can be drawn to reroll the result.
If you are notified the app can't locate PoE's log file (e.g. you installed PoE in a non-default location), open the settings and point the log field to <PoE installation folder>/logs/Client.txt
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/RyanHx/poe-raffle.git
- Install NPM packages
npm install
Distributed under the MIT License.