toot icon indicating copy to clipboard operation
toot copied to clipboard

List planned toots

Open mdbdb opened this issue 3 years ago • 1 comments

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)

mdbdb avatar Dec 03 '22 09:12 mdbdb

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

inktrap avatar May 06 '25 13:05 inktrap