toot
toot copied to clipboard
List planned toots
Is it possible to list and eventually delete toots that have been scheduled with the --scheduled-at switch?
(before the time of publishing, of course)
You can do this with mastodon.py
https://mastodonpy.readthedocs.io/en/stable/05_statuses.html#scheduled-statuses
also there is tests/integration/test_post.py which shows how to get scheduled posts with toot's own api.py so this should be easy to implement