An open API service indexing awesome lists of open source software.

https://github.com/adridevelopsthings/mastodon-instance-finder

Find all mastodon instance and save their nodeinfo json to a directory
https://github.com/adridevelopsthings/mastodon-instance-finder

Last synced: about 1 year ago
JSON representation

Find all mastodon instance and save their nodeinfo json to a directory

Awesome Lists containing this project

README

          

# mastodon-instance-finder
Find all mastodon instance and save their nodeinfo json to a directory.

## Build
Build it with `cargo`:
```cargo build --release```

## Run
Run: ```target/release/mastodon-instance-finder```
You can set the environment variable `TARGET_DIR`, otherwise the json files will be saved to `target`.