add new tools to readme
This commit is contained in:
parent
7d423c73d0
commit
aa28cd88f1
22
README.md
22
README.md
|
@ -22,7 +22,7 @@ Limitations:
|
||||||
|
|
||||||
|
|
||||||
## autodeny.py
|
## autodeny.py
|
||||||
A simple script to automatically deny follow requests that do not pass certain tests. Those tests are:
|
Used to automatically deny follow requests that do not pass certain tests. Those tests are:
|
||||||
1. The user has more than 1 post (configurable)
|
1. The user has more than 1 post (configurable)
|
||||||
2. The user has a pfp other than the default one their instance assigns.
|
2. The user has a pfp other than the default one their instance assigns.
|
||||||
3. The user has text within their bio
|
3. The user has text within their bio
|
||||||
|
@ -31,3 +31,23 @@ It will not deny a follow request if you are following the user
|
||||||
|
|
||||||
You can also specify instances to block all follow requests from
|
You can also specify instances to block all follow requests from
|
||||||
|
|
||||||
|
## highestpost.py
|
||||||
|
Used to find the highest-rated post for a given account.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
Running `highestpost.py @wardyns_feditools`, the output might look like this:
|
||||||
|
|
||||||
|
boost for a cookie
|
||||||
|
|
||||||
|
Favorites: 8 Boosts: 23
|
||||||
|
link: https://example.com/@wardyns_feditools/22190
|
||||||
|
-------
|
||||||
|
|
||||||
|
## notification_sound.py
|
||||||
|
Used to play a sound when a notification is received.
|
||||||
|
|
||||||
|
replace `notification.mp3` to change the notification sound. default is from the mastodon repository
|
||||||
|
|
||||||
|
## import_following.py
|
||||||
|
Used to batch follow users from a .csv file. Created because I had issues with the follow import built into pleroma, however if that feature works fine for you I recommend you use it instead.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue