Go to file
2019-05-17 17:27:25 -04:00
.gitignore started furry list 2019-04-09 12:12:00 -04:00
app.py added sub-commands for whitelist management 2019-04-10 18:05:40 -04:00
furry.list updated furry list 2019-05-17 17:27:25 -04:00
LICENSE Initial commit 2019-04-09 10:47:15 -04:00
README.md removed mklist and fixed requrements oopsie 2019-04-10 19:24:54 -04:00
requirements.txt removed mklist and fixed requrements oopsie 2019-04-10 19:24:54 -04:00

ReqAccept

Auto accepts follows from instances on the whitelist. It accepts a few instances I know to be fine by default. Go ahead and @ me if you want an instance added to a list.

Installation

Install requirements with command below and then run app.py once to login. Run again after you've configured the whitelist.

pip3 install -r requirements.txt

Configuration

You can configure the whitelist in ~/.config/ReqAccept/config.ini or via sub-commands. The 'add' and 'rm' sub-commands will accept a space-separated list of instances

add: Add instances to the whitelist
rm: Remove instances from the whitelist
list: Show all instances on the whitelist

Whitelists

These lists can be imported directly via cat. For example:

./app.py add `cat furry.list`

or

./app.py rm `cat furry.list`

Furry