Various little tools Python for interacting with Mastodon. You will need to register for a access token on your Mastodon instance. Ask your admin if you're unsure.
 
 
Go to file
Terence Eden bae75de1e5 Better formatting 2022-11-16 07:09:06 +00:00
.gitignore Added config 2022-11-13 09:30:31 +00:00
LICENSE Initial commit 2022-11-13 10:07:08 +01:00
README.md Add threads 2022-11-15 19:20:16 +00:00
config.py.example Added config 2022-11-13 09:31:19 +00:00
on_this_day.py Added Thread viewer 2022-11-15 15:41:07 +00:00
threads.py Better formatting 2022-11-16 07:09:06 +00:00

README.md

Mastodon_Tools

Various little tools for interacting with Mastodon. You will need to register for a access token on your Mastodon instance. Ask your admin if you're unsure.

On This Day

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

Read The Blog Post

Threads

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