https://github.com/hdonnay/dereddit
Use reddit as a link aggregator.
https://github.com/hdonnay/dereddit
Last synced: about 2 months ago
JSON representation
Use reddit as a link aggregator.
- Host: GitHub
- URL: https://github.com/hdonnay/dereddit
- Owner: hdonnay
- Created: 2013-10-06T21:00:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-14T15:41:41.000Z (about 11 years ago)
- Last Synced: 2025-01-25T17:13:35.404Z (4 months ago)
- Language: Go
- Size: 355 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dereddit
========Want to use the hivemind to dump stories directly into your feedreader? Now you
can.`dereddit` takes an rss feed from reddit and strips out the reddit parts. It
uses [Readability](http://www.readability.com) to fetch the content from the
resulting links and serve it back to you.building
--------% go get github.com/hdonnay/dereddit
% go install github.com/hdonnay/deredditor
% git clone https://github.com/hdonnay/dereddit
% cd dereddit
% go run make.gohelp
----Presently, there aren't many knobs to turn:
% ./dereddit -h
usage
-----You will need a [Readability API](http://www.readability.com/developers/api) key
for this. It it used to parse the links and return the useful bits of the
webpage.% ./dereddit -a "00...00" -u 60 -r TrueReddit,golang,indepthstories
The above line would create rss feeds for /r/TrueReddit, /r/golang, and
/r/indepthstories and update them every 60 minutes. They would be accessable at
`http://localhost:8080/.xml` (http://localhost:8080/golang.xml for
example).