magicalraccoon / tootstream

A command line interface for interacting with Mastodon instances
MIT License
259 stars 32 forks source link

Automatically split and submit long toots #212

Open dredmorbius opened 5 years ago

dredmorbius commented 5 years ago

Splitting long toots at <= 500 characters (or other server / user-specified length), and submitting these, with numbering added, would be useful.

I've ginned up some crappy gawk that does the splits, though not submission:

https://pastebin.com/v3FXKxC3

Issues: