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

-
+

On This Day

This service shows all the posts you made on this day in previous years.

Read The Blog Post

Usage:

python3 on_this_day.py
Download on_this_day.py -
-
+ +

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