1
0
Fork 0

Remove follower docs stub

main
Jeff Moe 2023-04-24 10:54:02 -06:00
parent d4760144bb
commit 909c56bd2e
1 changed files with 53 additions and 0 deletions

53
RMFOLLOW.md 100644
View File

@ -0,0 +1,53 @@
# Spam Followers
Spammers sometimes follow an account just to spam their links in their
account name.
# Removing Spam Followers
The below script automatically removes particular spam followers.
It can be set in cron.
# Installation
Install thusly.
```
git clone https://spacecruft.org/deepcrayon/mastodon
cd mastodon/
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
```
# Configure
Configure thusly.
```
vim ~/.config/mastodon-api
```
# Usage.
Use thusly.
```
cd mastodon/
source env/bin/activate
./src/rm-follower-spam
```
# Status
Draft, not usable yet.
# Copyright
Unofficial project, not part of official Mastodon software or
website. Upstream sources under their respective copyrights.
License: CC By SA 4.0 International and/or GPLv3+ at your discretion.
*Copyright © 2023, Jeff Moe.*