mirror of
https://git.alemi.dev/fedimut.git
synced 2024-11-14 12:59:20 +01:00
docs: added README
This commit is contained in:
parent
ad4f0610c1
commit
02d2675784
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# fedimut
|
||||||
|
> small tool to keep a list of mutuals on the fediverse
|
||||||
|
|
||||||
|
### mutuals
|
||||||
|
turns out being "mutuals" means something on fedi, especially for small instances relying on federated interactions!
|
||||||
|
|
||||||
|
since following means subscribing to updates, mutuals are the only people i can be sure may read my posts, and of which i can be sure i'm reading all posts
|
||||||
|
|
||||||
|
### lists
|
||||||
|
lists are an incredible tool to keep more organized timelines, however it's quite a hassle to keep them sorted and updated
|
||||||
|
|
||||||
|
### the solution
|
||||||
|
fedimut comes to the rescue!
|
||||||
|
|
||||||
|
schedule it on your pc or your vps to run periodically: it will fetch your `mutuals` list, remove all users which are no longer mutuals and add any new mutual you made in the meantime
|
||||||
|
|
||||||
|
simple and easy!
|
||||||
|
|
||||||
|
## usage
|
||||||
|
right now it's super crude: you must pass `<HOMESERVER> <USER_ID> <TOKEN>` as cli arguments to make it work, but next versions may include session storage and user_id resolution
|
Loading…
Reference in a new issue