From 6243fc7435824b55ec30f05aa54efb6d6400d54d Mon Sep 17 00:00:00 2001 From: Emily Frost Date: Fri, 14 Apr 2023 15:44:56 -0500 Subject: [PATCH] Added a blurb to masto-mutuals.py --- masto-mutuals.py | 5 +++++ 1 file changed, 5 insertions(+) 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