# tail-fin-twitter
Twitter/X adapter for [tail-fin](https://github.com/motosan-dev/tail-fin). Read timelines, search, manage posts, and interact with accounts using your active login session.
## Commands
`timeline`, `search`, `profile`, `bookmarks`, `likes`, `thread`, `post`, `like`, `follow`, `unfollow`, `delete`, `block`, `unblock`, `bookmark`, `unbookmark`, `reply`, `trending`, `followers`, `following`, `notifications`, `download`, `hide-reply`, `article`, `lists`, `reply-dm`, `accept`, `export-cookies`
## Usage
```sh
tail-fin --connect 127.0.0.1:9222 twitter timeline
tail-fin --connect 127.0.0.1:9222 twitter search "rust async"
tail-fin --cookies twitter profile rustlang
```
Supports both browser mode (`--connect`) and cookie mode (`--cookies`).
Full documentation: [docs/sites/twitter.md](../../docs/sites/twitter.md)
## License
[MIT](../../LICENSE)