Difference between revisions of "Text2toot"
Jump to navigation
Jump to search
(Created page with "==About== '''text2toot''' is a connector which allows posting to Mastodon via texting from your phone. It was written by ash on 2019-01-25 and the source code is available [ht...") |
|||
Line 10: | Line 10: | ||
* clear_media | * clear_media | ||
*: clears currently pending attachments | *: clears currently pending attachments | ||
− | * post.visibility[content warning] post content | + | * post.visibility<nowiki>[[content warning]]</nowiki> post content |
*: sends toot, additionally including any pending media | *: sends toot, additionally including any pending media | ||
** visibility is optional; defaults to global | ** visibility is optional; defaults to global |
Revision as of 15:12, 25 January 2019
About
text2toot is a connector which allows posting to Mastodon via texting from your phone. It was written by ash on 2019-01-25 and the source code is available on GitHub. It requires Twilio, or some other similar phone system back-end, to send and receive the texts.
In theory, it can be used with any instance.
More detailed setup instructions will be added as soon as I can.
Syntax
- (no command, media attached)
- uploads media to instance for inclusion in next toot
- clear_media
- clears currently pending attachments
- post.visibility[[content warning]] post content
- sends toot, additionally including any pending media
- visibility is optional; defaults to global
- content warning is optional; defaults to none
- register [instance] [token]
- sets current login
- notify subscribe
- subscribes to mention notifications
- notify unsubscribe
- unsubscribes from mention notifications