No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-02-26 10:44:08 +01:00
src NSFW select for joinlemmy (#74) 2026-02-26 10:44:08 +01:00
.gitignore Write results to file instead of stdout (#67) 2026-01-23 13:52:49 +01:00
.woodpecker.yml Include geoip info in crawl output (#66) 2026-01-19 21:03:08 +08:00
Cargo.lock Ignore errors from community fetch 2026-02-03 15:27:34 +01:00
Cargo.toml Ignore errors from community fetch 2026-02-03 15:27:34 +01:00
GeoLite2-City.mmdb.gz Include geoip info in crawl output (#66) 2026-01-19 21:03:08 +08:00
LICENSE Add license 2021-03-10 17:39:43 +01:00
README.md Upgrading deps. (#13) 2023-10-09 10:52:21 +02:00

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