Skip to content

Commit

Permalink
Add gopher
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Aug 16, 2018
1 parent feac2e3 commit 6cef65d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img src="https://i.imgur.com/0j5LG0t.png" alt="feedbridge gopher" width="100">

# feedbridge

Is a tool to provide RSS feeds for sites that don't have one. For each site you want you'll have to create a plugin with a custom scraping strategy. feedbridge doesn't persist old items so if it's not on the site you are scraping any more it won't be in the feed. Pretty similar to how most feeds these days work that only have the latest items in there. It's using the neat [gorilla/feeds](https://github.com/gorilla/feeds) library which is supporting Atom, RSS 2.0, and JSON Feed Version 1 spec elements.
Expand All @@ -19,4 +21,8 @@ Returns the feed based on a given plugin and output format.

## Status

This is a work in progress and pretty rough right now. The API might change and things get moved around.
This is a work in progress and pretty rough right now. The API might change and things get moved around.

## Credits

The Gopher was sourced from https://github.com/egonelbre/gophers, the RSS icon is coming from Wikipedia and was added by me.

0 comments on commit 6cef65d

Please sign in to comment.