reqaccept/README.md
2019-04-10 19:24:54 -04:00

965 B

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