kopia lustrzana https://codeberg.org/edent/Mastodon_Tools
Add to README
rodzic
e64bb6adaf
commit
1c76ca8b2c
12
README.md
12
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Mastodon_Tools
|
# 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.
|
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.
|
||||||
|
|
||||||
## On This Day
|
## On This Day
|
||||||
|
|
||||||
|
@ -10,4 +10,10 @@ This service shows all the posts you made on this day in previous years.
|
||||||
|
|
||||||
## Threads
|
## 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.
|
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`
|
||||||
|
|
||||||
|
⚠ Note! Large conversations may take a long time to retrieve from the API.
|
Ładowanie…
Reference in New Issue