lemmy-stats-crawler/README.md

15 lines
239 B
Markdown
Raw Normal View History

2021-03-10 17:06:21 +00: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
```