About
Thirdplace Discovery is a feed discovery service.
Sources:- https://git.sr.ht/~thirdplace/discovery (this website)
- https://git.sr.ht/~thirdplace/feed-finder (feed finder rules)
- https://git.sr.ht/~thirdplace/feeds (a big list of known feed urls)
- https://git.sr.ht/~thirdplace/components (web framework stuff)
How does it work?
You give it a url and it tries to find a feed for it.HTTP JSON api
$ curl https://discovery.thirdplace.no/api?q=astralcodexten.substack.com
{
"code": 200,
"message": "OK",
"result": [
{
"name": "Substack",
"description": "This feed contains blog posts.",
"url": "https://astralcodexten.substack.com/feed"
}
]
}
Direct HTML form url:
https://discovery.thirdplace.no/?q=reddit.com/r/php
Browser bookmarklet which can be dragged to your toolbar: Discover feed