Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LemmyNet/lemmy-stats-crawler
https://github.com/LemmyNet/lemmy-stats-crawler
Last synced: 26 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T14:03:46.000Z (8 months ago)
- Last Synced: 2024-04-13T21:53:35.340Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 149 KB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lemmy - lemmy-stats-crawler - stats-crawler) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/LemmyNet/lemmy-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
```