diff --git a/masto-mutuals.py b/masto-mutuals.py index 4e77a1e..dd0559f 100644 --- a/masto-mutuals.py +++ b/masto-mutuals.py @@ -1,5 +1,10 @@ #!/usr/bin/python3 +''' +masto-mutuals builds a list of entirely mutuals on your Mastodon account. Originally made by Adelie, +I cleaned up the code a bit and added a few small features. +''' + from mastodon import Mastodon import configparser import xdg.BaseDirectory