Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonatino/gredditnotifier
Sends notifications to your phone when new posts are made in subreddit(s) you subscribe to
https://github.com/jonatino/gredditnotifier
bullet go-lang golang notification notify push reddit subreddit
Last synced: 2 months ago
JSON representation
Sends notifications to your phone when new posts are made in subreddit(s) you subscribe to
- Host: GitHub
- URL: https://github.com/jonatino/gredditnotifier
- Owner: jonatino
- License: mit
- Created: 2018-02-13T01:06:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T21:49:53.000Z (almost 7 years ago)
- Last Synced: 2023-08-19T00:21:49.173Z (over 1 year ago)
- Topics: bullet, go-lang, golang, notification, notify, push, reddit, subreddit
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GRedditNotifier
_Sends notifications to your phone when new posts are made in subreddit(s) you subscribe to_[![Build Status](https://travis-ci.org/Jonatino/GRedditNotifier.svg?branch=master)](https://travis-ci.org/Jonatino/GRedditNotifier)
![license](https://img.shields.io/github/license/Jonatino/GRedditNotifier.svg)This library is licensed under the MIT license.
GRedditNotifier is an open source Go application that provides new post push notifications straight to your mobile device from subreddit(s) you subscribe to.
# How Can I Use GRedditNotifier?
First you will need to install the Pushbullet App on your device.
One you have that app installed and an account created, generate an API key for Pushbullet here: https://www.pushbullet.com/#settings/account
Enter your API key and Reddit username into the GRedditNotifier.json config file and add any subreddit(s) you want to be notified of new posts in the GRedditNotifier.json config file.
Once you click run, the program will run in the background and check your subscribed subreddit(s) every X (number of configured seconds) seconds. If new posts are found, you will get a notification on your phone including the title, time, link, and the author of the post (See screenshot below).
---
# Screenshots
![Alt text](https://dl.dropboxusercontent.com/s/41m5b6tl3kjriyd/nomacs_2018-02-16_16-44-50.png "Notification Demo")