Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 843 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 843 Bytes

rss-pipe

Read your github activity feed via rss and allows to filter / reduce it

Build Status

Install

git clone [email protected]:clojure-ru/rss-pipe.git
cp dev-resources/config.edn.sample dev-resources/config.edn 

Get the link from "Subscribe to your news feed" on https://github.com and edit the config file

Usage

lein repl
(reset)

Also see helpful examples in comment section of dev/dev.clj

Development

Please install this git hook:

echo 'lein lint' > .git/hooks/pre-push
chmod +x .git/hooks/pre-push

License

Copyright © 2017 Vlad Bokov

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.