Added a blurb to masto-mutuals.py

in-use
Emily Frost 3 years ago
parent f1ec874f37
commit 6243fc7435
Signed by: Emily
GPG Key ID: AA5D42849F1CBDC9

@ -1,5 +1,10 @@
#!/usr/bin/python3 #!/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 from mastodon import Mastodon
import configparser import configparser
import xdg.BaseDirectory import xdg.BaseDirectory

Loading…
Cancel
Save