Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/xKynn/PathOfExileRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
xKynn committed Sep 18, 2019
2 parents dab98ae + 9f1cf25 commit 045af80
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ As a college student i can only work on these fun projects in my free time, i wo
- Area: Fetch map icon if map, update RPC

### TODO:
1. ~~Do something when poe exits~~ Done! Clear presence on poe exit
2. Poll Character API every x interval? Maybe check for if the character has levelled up since login
- Reminder for me: https://www.pathofexile.com/character-window/get-characters?accountName=xKynn valid char api call
3. ~~Experience % to next level~~ Done!
4. Turn into service or something for startup
1. Create sysTray attachment for updates, balloon notifications, settings and accessible way to close a running process.

### Using / Installing
#### Method 1 (Much easier)
#### Method 1 (Recommended)
1. Head to the releases tab on the top / Alternatively access the latest release from [here](https://github.com/xKynn/PathOfExileRPC/releases/latest)
2. Download the latest release
3. Run launcher.exe
Expand All @@ -38,3 +34,5 @@ Setting this up is actually super easy, though be warned it at the moment prints
3. To get it to work for your account, edit config.json with any text editor and replace xKynn with your account name.
4. Double click setup.bat and then run.bat
- If setup.bat errors with access denied, right click and run it as admin
### Attributions
#### [qwertyquerty](https://github.com/qwertyquerty) for [pypresence](https://github.com/qwertyquerty/pypresence)

0 comments on commit 045af80

Please sign in to comment.