Mastodon_Tools/README.md

27 wiersze
834 B
Markdown

2022-11-16 10:05:23 +00:00
# Mastodon Tools
2022-11-13 09:07:08 +00:00
2022-11-16 10:05:23 +00:00
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.
2022-11-14 06:18:36 +00:00
## On This Day
This service shows all the posts you made on this day in previous years.
2022-11-15 19:20:16 +00:00
[Read The Blog Post](https://shkspr.mobi/blog/2022/11/building-an-on-this-day-service-for-mastodon/)
## Threads
2022-11-16 10:05:23 +00:00
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.
Usage:
`python3 threads.py https://your_mastodon.instance/@username@their.instance/1234`
2022-11-17 09:53:34 +00:00
⚠ Note! Large conversations may take a long time to retrieve from the API.
## Status
Pretty Prints (in colour!) all the data behind a status.
Usage:
`python3 status.py https://mastodon.social/@Edent/109358520333182101`