forked from yarnsocial/feeds
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.
|
7 months ago | |
---|---|---|
.chglog | 8 months ago | |
.dockerfiles | 2 years ago | |
.vscode | 8 months ago | |
tools | 8 months ago | |
.drone.yml | 8 months ago | |
.gitignore | 8 months ago | |
.goreleaser.yml | 8 months ago | |
CHANGELOG.md | 8 months ago | |
CONTRIBUTING.md | 2 years ago | |
Dockerfile | 8 months ago | |
LICENSE | 2 years ago | |
Makefile | 8 months ago | |
README.md | 8 months ago | |
app.go | 8 months ago | |
config.go | 8 months ago | |
docker-compose.yml | 8 months ago | |
feeds.go | 7 months ago | |
go.mod | 8 months ago | |
go.sum | 8 months ago | |
handlers.go | 7 months ago | |
jobs.go | 8 months ago | |
main.go | 8 months ago | |
options.go | 8 months ago | |
templates.go | 7 months ago | |
uri.go | 11 months ago | |
utils.go | 8 months ago | |
version.go | 11 months ago |
README.md
feeds
feeds
is an RSS/Atom and Twitter 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:
There is also a publically (free) service online available at:
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