Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 930 Bytes

Readme.org

File metadata and controls

30 lines (24 loc) · 930 Bytes

mutuals 2 list

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.

How to use

  1. Clone the repository
    git clone https://github.com/internet-memme/mutuals2list
    cd mutuals2list
        
  2. 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
        
  3. 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
        
  4. Run the script
    ./mutuals2list.py