Interacting with statuses¶
These commands act on individual statuses by URL or bare numeric ID.
Favourites¶
Mark a status as favourite:
Remove a favourite:
Boosts¶
Boost (reblog) a status so it appears on your profile:
Undo a boost:
Bookmarks¶
Save a status to your private bookmarks:
Remove a bookmark:
Pins¶
Pin a status to the top of your profile:
Unpin it:
Delete¶
Delete one of your own statuses:
Listing bookmarks and favourites¶
Show your most recent bookmarks:
Show your most recent favourites:
JSON output¶
Every action command returns the affected status. Pass --json to dump it instead of printing
the URL. Listing commands dump a JSON array.
Options reference¶
All action commands accept:
| Option | Short | Default | Description |
|---|---|---|---|
STATUS_ID |
— | — | Status URL or bare numeric ID |
--json |
— | off | Dump the affected status as JSON |
--profile |
-p |
default |
Profile name (TAIBAI_PROFILE env var) |
Listing commands (bookmarks, favourites) accept:
| Option | Short | Default | Description |
|---|---|---|---|
--limit |
-n |
20 |
Maximum number of statuses to return |
--json |
— | off | Dump statuses as a JSON array |
--profile |
-p |
default |
Profile name (TAIBAI_PROFILE env var) |