This python script lets you create a list of all your mutuals (people you follow and follow you back) so that you can more easily find their toots and not miss any.
- Clone the repository
git clone https://github.com/internet-memme/mutuals2list cd mutuals2list
- Install the dependencies found in req.txt. This can be done with pip. You might want to setup a virtual environment first.
python3 -m venv . source bin/activate pip install -r req.txt
- Setup environment variables. The script reads your account details from environment variables. You need to set these accordingly:
MASTODON_API_URL #eg. https://mastodon.social USERNAME PASSWORD
- Run the script
./mutuals2list.py