Mastodon app apis - notes
#620
- Author
- socdev
- Created
- Dec. 30, 2022, 2:58 p.m.
- Expires
- Never
- Size
- 1.4Â KB
- Hits
- 131
- Syntax
- markdown
- Private
- â No
dailybuild Mastodon client đ
app formats
CLI đł
| command | output | | ------- | ----------------------------------------------- | | whoami | {"user": "my_username", "url": "http://my_url"} | | friends | list of accounts i'm following |
public API (not logged in)
|command|output| |-|-| |hashtag|url of the latest pic tooted with this keyword| |search|table with rows of data|
mobile đą
...
automation âŽ
- automated jobs (cron; events; etc.)
use cases đ§Źđď¸
- augmented tweet
- automated tweeting
- make a poll (ask a multiple answers question to friends)
- complimentating cat pics/videos
actual project
docs đ
for newbies
videos
- Using the Mastodon API - Posting Status Updates to Mastodon via cURL and Python - https://www.youtube.com/watch?v=W3kb6aImHf8