-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme with latest changes
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# Orangered Pusher | ||
|
||
Pushes reddit orangered notifications to Windows Phone (and Windows 8) using [Pushalot](http://pushalot.com). | ||
Save battery on your mobile devices by turning of polling for new messages. Orangered Pusher Pushes reddit orangered notifications to Windows Phone (and Windows 8) using [Pushalot](http://pushalot.com), and iOS and Android using [Pushover](https://pushover.net). | ||
|
||
## Usage | ||
rename settings_example.cfg to settings.cfg, and edit accordingly. | ||
rename settings_example.cfg to settings.cfg, and edit accordingly. | ||
|
||
Requires httplib2, and simplejson. Can install from pip. | ||
Run with ./orangered.py | ||
|
||
## Todo | ||
###Requirements | ||
Python 2.7, httplib2, and simplejson. | ||
|
||
### Todo | ||
* Multiple account support | ||
* Pushbullet support | ||
* Cleanup code. |