📜 feeds is a multi-protocol / multi-platform feed aggregation service that produces twtxt feeds for consumption by twtxt clients.
https://feeds.twtxt.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]()
continuous-integration/drone/push Build is passing
Details
|
2 months ago | |
---|---|---|
.chglog | 1 year ago | |
.dockerfiles | 3 years ago | |
.vscode | 1 year ago | |
tools | 1 year ago | |
.drone.yml | 4 months ago | |
.gitignore | 4 months ago | |
.goreleaser.yml | 1 year ago | |
CHANGELOG.md | 1 year ago | |
CONTRIBUTING.md | 3 years ago | |
Dockerfile | 1 year ago | |
LICENSE | 3 years ago | |
Makefile | 1 year ago | |
README.md | 5 months ago | |
app.go | 4 months ago | |
config.go | 4 months ago | |
docker-compose.yml | 1 year ago | |
feeds.go | 4 months ago | |
feeds_test.go | 4 months ago | |
go.mod | 4 months ago | |
go.sum | 4 months ago | |
handlers.go | 4 months ago | |
jobs.go | 6 months ago | |
main.go | 6 months ago | |
options.go | 1 year ago | |
templates.go | 2 months ago | |
uri.go | 4 months ago | |
utils.go | 4 months ago | |
version.go | 2 years ago |
README.md
feeds
feeds
is an RSS/Atom feed aggregator for twtxt
that consumes RSS/Atom feeds and processes them into twtxt feeds. These can
then be consumed by any standard twtxt client such as:
feeds
is also used as a "Feed Source" for Yarn.social
which you can fund under the "Feeds" page, for example https://twtxt.net/feeds
(you must be logged in).
There is also a publically (free) service online available at:
The feeds.twtxt.net instance is also the default
"Feed Source" for all Yarnsocial pods running yarnd
(yarn) -- which can be configured with
--feed-sources
:
$ yarnd --help 2>&1 | grep feed-sources
--feed-sources strings external feed sources for discovery of other feeds (default [https://feeds.twtxt.net/we-are-feeds.txt])
Installation
Source
$ go get -u git.mills.io/yarnsocial/feeds
Usage
Run feeds
:
$ feeds
Then visit: http://localhost:8000/
Related Projects
License
feeds
is licensed under the terms of the MIT License