Skip to content

Commit

Permalink
remove headline
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Nov 26, 2024
1 parent 0816eb8 commit ac6d66d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ specified string. For example, it is permitted to name a list `My best friends
"machine-readable configuration" is still there. There can currently however
only be one `#` in the name.

## Self-hosting
## Self-hosting (CLI)

list-bot comes as a CLI to put into crontab, and as a webservice. For
single-user purposes, it's probably easier to run it from the CLI.
Expand All @@ -68,9 +68,7 @@ RUST_LOG=info cargo run run-once --host=mastodon.social --token=...
Your lists are now populated with new accounts. Run this program periodically
to update it (this both adds and removes accounts).

## Caveats

This bot hammers the API a lot during sync. It is likely that while it is
This tool hammers the API a lot during sync. It is likely that while it is
running, it will encounter rate limits, which it will handle gracefully. Do not
run this program more than once per day.

Expand Down

0 comments on commit ac6d66d

Please sign in to comment.