No description
Find a file
2021-03-11 14:30:30 +01:00
src Simplify crawl by using queue 2021-03-11 14:30:30 +01:00
.gitignore Initial commit 2021-03-09 18:19:23 +01:00
Cargo.lock Minor reduction in dependencies 2021-03-11 12:44:41 +01:00
Cargo.toml Minor reduction in dependencies 2021-03-11 12:44:41 +01:00
LICENSE Add license 2021-03-10 17:39:43 +01:00
README.md Output instance info as json 2021-03-10 18:06:21 +01:00

Lemmy-Stats-Crawler

Crawls Lemmy instances using nodeinfo and API endpoints, to generate a list of instances and overall details.

Usage

For testing:

cargo run

For production (hide debug logs):

cargo run 2>/dev/null