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
- Host: GitHub
- URL: https://github.com/adridevelopsthings/mastodon-instance-finder
- Owner: AdriDevelopsThings
- License: agpl-3.0
- Created: 2024-01-16T14:50:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:50:56.000Z (over 2 years ago)
- Last Synced: 2025-02-10T21:53:12.700Z (over 1 year ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.