https://github.com/LemmyNet/lemmy-stats-crawler
https://github.com/LemmyNet/lemmy-stats-crawler
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/LemmyNet/lemmy-stats-crawler
- Owner: LemmyNet
- License: agpl-3.0
- Created: 2021-03-16T15:50:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:02:41.000Z (5 months ago)
- Last Synced: 2025-04-29T20:39:58.885Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 205 KB
- Stars: 16
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lemmy - lemmy-stats-crawler - stats-crawler)  (Projects / Tools)
README
# Lemmy-Stats-Crawler
Crawls Lemmy instances using nodeinfo and API endpoints, to generate a list of instances and overall details.
## Usage
lemmy-stats-crawler will discover new instances from other instances, but you have to seed it with a set of initial instances using the `--start-instances` argument.
```
cargo run -- --start-instances baraza.africa,lemmy.ml
```For a complete list of arguments, use `--help`
```
cargo run -- --help
```