Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minoru/minoru-fediverse-crawler
Crawls the Fediverse and produces a list of instances that are alive
https://github.com/minoru/minoru-fediverse-crawler
fediverse
Last synced: 3 months ago
JSON representation
Crawls the Fediverse and produces a list of instances that are alive
- Host: GitHub
- URL: https://github.com/minoru/minoru-fediverse-crawler
- Owner: Minoru
- License: agpl-3.0
- Created: 2021-10-16T17:18:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T18:02:21.000Z (10 months ago)
- Last Synced: 2024-04-13T21:01:11.926Z (10 months ago)
- Topics: fediverse
- Language: Rust
- Homepage: https://nodes.fediverse.party
- Size: 1.07 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Minoru's Fediverse crawler
This program goes between [Fediverse][wikipedia-fediverse] servers, fetches
their peers lists, and compiles a summary list of alive known instances. The
result is available at [nodes.fediverse.party][nfp] (thanks for the nice domain
name, [@[email protected]][lightone]!).See [ARCHITECTURE.md](ARCHITECTURE.md) for a detailed explanation of what I'm
trying to build here.## License
GNU Affero GPL 3.0 or later.
[wikipedia-fediverse]: https://en.wikipedia.org/wiki/Fediverse "Fediverse — Wikipedia"
[nfp]: https://nodes.fediverse.party "Fediverse nodes list"
[lightone]: https://mastodon.xyz/@lightone "lostinlight (@[email protected]) — Mastodon"