From 84ce257749d972ec1402cd2585429e139118fd8d Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Sun, 4 Dec 2022 08:05:03 +0000 Subject: [PATCH] Better CSS --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index dd6b7c4..c0b7b9c 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ html { font-size: 1em; - font-family: "Extended-Hyperlegible", sans-serif; + font-family: "Extended-Hyperlegible", sans-serif !important; } a {color: #001aff; } @@ -33,28 +33,28 @@

A collection of useful Mastodon Tools written in Python

-
+
-
+ +

Thread Viewer

This lets you visualise a conversation tree. Give it the URL of any post on your instance and it will get all the replies to it.

⚠ Note! Large conversations may take a long time to retrieve from the API.

Usage:

python3 threads.py https://your_mastodon.instance/@username@their.instance/1234
Download threads.py -
-
+ +

Status Info

Pretty Prints (in colour!) all the data behind a status.

Usage:

python3 status.py https://mastodon.social/@Edent/109358520333182101
Download status.py -
+ \ No newline at end of file