├── .github └── workflows │ └── scrape.yml ├── README.md └── instances ├── fedi.simonwillison.net └── peers.json ├── mastodon.social └── peers.json └── vis.social └── peers.json /.github/workflows/scrape.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/scrape-fediverse/HEAD/.github/workflows/scrape.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/scrape-fediverse/HEAD/README.md -------------------------------------------------------------------------------- /instances/fedi.simonwillison.net/peers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/scrape-fediverse/HEAD/instances/fedi.simonwillison.net/peers.json -------------------------------------------------------------------------------- /instances/mastodon.social/peers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/scrape-fediverse/HEAD/instances/mastodon.social/peers.json -------------------------------------------------------------------------------- /instances/vis.social/peers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/scrape-fediverse/HEAD/instances/vis.social/peers.json --------------------------------------------------------------------------------