#HolosDiscover is back, from a clean slate
-
#HolosDiscover is back, from a clean slate.
A #Fediverse search engine that uses standard #ActivityPub federation. It follows you like any account, respects indexable flags, #nobot, #noindex, locked accounts. Deletions, edits, blocks are processed instantly through ActivityPub.
You have full control. Block it, mention it with "unfollow", or disable indexing in your settings.
Source code under AGPL-3.0 on #Codeberg.Details: https://discover.holos.social/how-it-works
Account: @HolosDiscover
-
#HolosDiscover is back, from a clean slate.
A #Fediverse search engine that uses standard #ActivityPub federation. It follows you like any account, respects indexable flags, #nobot, #noindex, locked accounts. Deletions, edits, blocks are processed instantly through ActivityPub.
You have full control. Block it, mention it with "unfollow", or disable indexing in your settings.
Source code under AGPL-3.0 on #Codeberg.Details: https://discover.holos.social/how-it-works
Account: @HolosDiscover
@apps@toot.fedilab.app do you have an API we can use? It'd be interesting to hook into your search results for fediverse search.
-
@julian
There's a public API where you can search posts, accounts, hashtags, get trending content, public timelines, and instance stats.
Documentation: https://codeberg.org/tom79/Holos-Discover/src/branch/main/doc/api.md
Base URL is https://discover.holos.social. Quick example:
https://discover.holos.social/api/search?q=fediverse&type=posts
No authentication for now, but we may introduce API keys in the future. -
#HolosDiscover is back, from a clean slate.
A #Fediverse search engine that uses standard #ActivityPub federation. It follows you like any account, respects indexable flags, #nobot, #noindex, locked accounts. Deletions, edits, blocks are processed instantly through ActivityPub.
You have full control. Block it, mention it with "unfollow", or disable indexing in your settings.
Source code under AGPL-3.0 on #Codeberg.Details: https://discover.holos.social/how-it-works
Account: @HolosDiscover
@HolosDiscover
Sounds good. A lot text about indexing and how it works.
But no Text about what it does and how to use. What UI, Instances? -
@julian
There's a public API where you can search posts, accounts, hashtags, get trending content, public timelines, and instance stats.
Documentation: https://codeberg.org/tom79/Holos-Discover/src/branch/main/doc/api.md
Base URL is https://discover.holos.social. Quick example:
https://discover.holos.social/api/search?q=fediverse&type=posts
No authentication for now, but we may introduce API keys in the future.@apps@toot.fedilab.app appreciate the open API but of course be wary of abuse. I would not be opposed to registering for an API key when needed 🙂