📜 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.
|
1 year ago | |
---|---|---|
.chglog | 1 year ago | |
.dockerfiles | 2 years ago | |
.github | 1 year ago | |
feeds | 2 years ago | |
tools | 2 years ago | |
.drone.yml | 1 year ago | |
.gitignore | 2 years ago | |
CONTRIBUTING.md | 2 years ago | |
Dockerfile | 1 year ago | |
LICENSE | 2 years ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
app.go | 1 year ago | |
config.go | 1 year ago | |
config.yaml.sample | 2 years ago | |
feeds.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
handlers.go | 1 year ago | |
jobs.go | 1 year ago | |
main.go | 1 year ago | |
templates.go | 1 year ago | |
uri.go | 1 year ago | |
utils.go | 1 year ago | |
version.go | 1 year ago |
README.md
rss2twtxt
rss2twtxt
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:
There is also a publically (free) service online available at:
Installation
Source
$ go get -u git.mills.io/prologic/rss2twtxt
Usage
Run rss2twtxt
:
$ rss2twtxt
Then visit: http://localhost:8000/
Related Projects
License
rss2twtxt
is licensed under the terms of the MIT License