File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ specified string. For example, it is permitted to name a list `My best friends
52
52
"machine-readable configuration" is still there. There can currently however
53
53
only be one ` # ` in the name.
54
54
55
- ## Self-hosting
55
+ ## Self-hosting (CLI)
56
56
57
57
list-bot comes as a CLI to put into crontab, and as a webservice. For
58
58
single-user purposes, it's probably easier to run it from the CLI.
@@ -68,9 +68,7 @@ RUST_LOG=info cargo run run-once --host=mastodon.social --token=...
68
68
Your lists are now populated with new accounts. Run this program periodically
69
69
to update it (this both adds and removes accounts).
70
70
71
- ## Caveats
72
-
73
- This bot hammers the API a lot during sync. It is likely that while it is
71
+ This tool hammers the API a lot during sync. It is likely that while it is
74
72
running, it will encounter rate limits, which it will handle gracefully. Do not
75
73
run this program more than once per day.
76
74
You can’t perform that action at this time.
0 commit comments