Skip to content

Run a raffle from PoE in-game chat.

License

Notifications You must be signed in to change notification settings

RyanHx/poe-raffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoE Raffle

Screenshot of running raffle

Run a raffle from PoE in-game chat.

Report Bug

Installation

Windows

Download and run the prebuilt installer found on the latest release.

Mac/Linux

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.

(back to top)

Usage

Raffles

  1. Optionally choose a keyword to listen for in your whispers.
  2. Start the raffle.
  3. 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

(back to top)

Development

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/RyanHx/poe-raffle.git
  2. Install NPM packages
    npm install

(back to top)

License

Distributed under the MIT License.

(back to top)

Acknowledgments

(back to top)