From 334c336246275a3b980454025cdae156d6061417 Mon Sep 17 00:00:00 2001 From: Ognjen Ivkovic Date: Mon, 22 Sep 2014 15:30:02 -0600 Subject: [PATCH 1/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d75a30c..d31b4c3 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ The program works by parsing client.txt as PoE writes to it in realtime. It shou For sending notifications to your phone, using PushBullet is highly recommended over SMTP. Simple go to http://pushbullet.com, sign in with your Google account, go to http://pushbullet.com/account and copy that access token into the Configure PushBullet setting in the program (and enable PushBullet notifications in settings). -Direct download link for the compiled version: https://github.com/Kapps/PoEWhisperNotifier/releases/download/v1.4/v1.4.PoEWhisperNotifier.zip +Direct download link for the compiled version: https://github.com/Kapps/PoEWhisperNotifier/releases/download/v1.4/v1.4b.PoeWhisperNotifier.zip From e1ca39efb5cc520f5a22a0f2e24a027404ef12da Mon Sep 17 00:00:00 2001 From: Ognjen Ivkovic Date: Sat, 27 Sep 2014 17:38:51 -0600 Subject: [PATCH 2/7] Update README.md Added instructions, updated readme. --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d31b4c3..5a72460 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,25 @@ PoEWhisperNotifier ================== -A simple C# application to notify you of whispers you get in PoE (optionally) while your game is minimized. -Other features include storing a history of the whispers received and Windows tray notifications. +A simple C# application to notify you of whispers you get in PoE (optionally) while your game is minimized through either Windows tray notifications, playing a sound, sending an email, or notifying your phone through PushBullet. It will also record a history of all missed whispers in case you can't immediately get back to it. -The program works by parsing client.txt as PoE writes to it in realtime. It should also be fairly light on resources (does not load all of client.txt and uses little CPU) and can remain open even while PoE is closed if desire. +The program works by parsing client.txt as PoE writes to it in realtime. It should also be fairly light on resources (does not load all of client.txt and uses very little CPU) and can remain open even while PoE is closed if desired. -For sending notifications to your phone, using PushBullet is highly recommended over SMTP. Simple go to http://pushbullet.com, sign in with your Google account, go to http://pushbullet.com/account and copy that access token into the Configure PushBullet setting in the program (and enable PushBullet notifications in settings). +Getting Started +================== +1. Download the compiled version using the link at the bottom and launch the program. +2. Make sure the Log Path selected is valid (the default path is fine if you did not change where PoE is installed to). +3. Press Start (you may wish to enable Auto-Start in settings to skip this step in the future). + +The default settings will play a sound and show a Windows notification if you receive a whisper while PoE is minimized. +For sending notifications to your phone, using PushBullet is highly recommended over SMTP. -Direct download link for the compiled version: https://github.com/Kapps/PoEWhisperNotifier/releases/download/v1.4/v1.4b.PoeWhisperNotifier.zip +Phone Notifications (PushBullet) +================== +1. Go to http://pushbullet.com and sign in with your Google account. +2. Go to http://pushbullet.com/account and copy that access token. +3. Go into the Configure PushBullet settings item in the program and paste in the access token. +4. Make sure Enable PushBullet Notifications is checked. + +Download +================== +Direct download link for the latest compiled version: https://github.com/Kapps/PoEWhisperNotifier/releases/download/v1.4/v1.4b.PoeWhisperNotifier.zip From 71bbd8c5247ca1d07f56a312810eace946b84179 Mon Sep 17 00:00:00 2001 From: Ognjen Ivkovic Date: Sat, 27 Sep 2014 17:39:41 -0600 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a72460..09b5c2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ PoEWhisperNotifier ================== -A simple C# application to notify you of whispers you get in PoE (optionally) while your game is minimized through either Windows tray notifications, playing a sound, sending an email, or notifying your phone through PushBullet. It will also record a history of all missed whispers in case you can't immediately get back to it. +A simple C# application to notify you of whispers you get in PoE (optionally) while your game is minimized through either Windows tray notifications, playing a sound, sending an email, or notifying your phone through PushBullet. It will also record a history of all missed whispers in case you can't immediately get back to it PoE. The program works by parsing client.txt as PoE writes to it in realtime. It should also be fairly light on resources (does not load all of client.txt and uses very little CPU) and can remain open even while PoE is closed if desired. From d46e4f956ea9f3840bbb300167761c0d2fa002ed Mon Sep 17 00:00:00 2001 From: Ognjen Ivkovic Date: Sat, 27 Sep 2014 17:39:52 -0600 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b5c2d..5a69d9e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ PoEWhisperNotifier ================== -A simple C# application to notify you of whispers you get in PoE (optionally) while your game is minimized through either Windows tray notifications, playing a sound, sending an email, or notifying your phone through PushBullet. It will also record a history of all missed whispers in case you can't immediately get back to it PoE. +A simple C# application to notify you of whispers you get in PoE (optionally) while your game is minimized through either Windows tray notifications, playing a sound, sending an email, or notifying your phone through PushBullet. It will also record a history of all missed whispers in case you can't immediately get back to PoE. The program works by parsing client.txt as PoE writes to it in realtime. It should also be fairly light on resources (does not load all of client.txt and uses very little CPU) and can remain open even while PoE is closed if desired. From 669d0b0471da3f497b66178158a028201cb65698 Mon Sep 17 00:00:00 2001 From: Ognjen Ivkovic Date: Sat, 27 Sep 2014 17:40:34 -0600 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a69d9e..5c4129c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The program works by parsing client.txt as PoE writes to it in realtime. It shou Getting Started ================== -1. Download the compiled version using the link at the bottom and launch the program. +1. Download and run the compiled version using the link at the bottom. 2. Make sure the Log Path selected is valid (the default path is fine if you did not change where PoE is installed to). 3. Press Start (you may wish to enable Auto-Start in settings to skip this step in the future). From b0b61499e63981eb2bed18c542f4fbc21ef1cb63 Mon Sep 17 00:00:00 2001 From: Ognjen Ivkovic Date: Sat, 27 Sep 2014 17:43:43 -0600 Subject: [PATCH 6/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c4129c..921c126 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A simple C# application to notify you of whispers you get in PoE (optionally) wh The program works by parsing client.txt as PoE writes to it in realtime. It should also be fairly light on resources (does not load all of client.txt and uses very little CPU) and can remain open even while PoE is closed if desired. +Please note that this program never actually interacts with the client and therefore will not get you banned for using it. + Getting Started ================== 1. Download and run the compiled version using the link at the bottom. From 62e988ae8e7d41aa00d06c76c4bd2939be0c9117 Mon Sep 17 00:00:00 2001 From: Ognjen Ivkovic Date: Sat, 27 Sep 2014 17:53:57 -0600 Subject: [PATCH 7/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 921c126..2876b18 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ PoEWhisperNotifier ================== -A simple C# application to notify you of whispers you get in PoE (optionally) while your game is minimized through either Windows tray notifications, playing a sound, sending an email, or notifying your phone through PushBullet. It will also record a history of all missed whispers in case you can't immediately get back to PoE. +PoEWhisperNotifier is a free and open-source tool that runs in the background to notify you of whispers you get in PoE (optionally) while your game is minimized. You can currently be notified through Windows tray notifications, playing a sound, sending an email, or notifying your phone through PushBullet. The program will also record a history of all missed whispers in case you can't immediately get back to PoE. -The program works by parsing client.txt as PoE writes to it in realtime. It should also be fairly light on resources (does not load all of client.txt and uses very little CPU) and can remain open even while PoE is closed if desired. +The program works by parsing client.txt as PoE writes to it in realtime. It should be fairly light on resources (does not load all of client.txt and uses very little CPU) and can remain open even while PoE is closed if desired. Please note that this program never actually interacts with the client and therefore will not get you banned for using it.