/rss-notification

Send a desktop notification if selected RSS feeds have been updated.

Primary LanguageGoMIT LicenseMIT

RSS notification

Informs you of unread updates to selected RSS feeds.

Usage

  1. Clone repository.
git clone https://github.com/qasterr/rss-notification
cd rss-notification
  1. Create a log.txt file, leave it empty.
  2. Create a list.txt file and write an url to an RSS feed on each line.
  3. Install all dependencies.
go get -u .
  1. Build the executable.
go build
  1. OPTIONAL, add the executable to system startup (OS-dependant).

Credits

beeep - BSD 2-Clause

gofeed - MIT License