Added
likescommand to list your liked tweets (thanks @swairshah).- Quoted tweet data in JSON output +
--quote-depth(thanks @alexknowshtml). following/followerscommands to list users (thanks @lockmeister).
Changed
- Query ID updater now tracks the Likes GraphQL operation.
- Query ID updater now tracks Following/Followers GraphQL operations.
- Query ID updater now tracks BookmarkFolderTimeline and keeps bookmark query IDs seeded.
following/followersJSON user fields are now camelCase (followersCount,followingCount,isBlueVerified,profileImageUrl,createdAt).- Cookie extraction timeout is now configurable (default 30s on macOS) via
--cookie-timeout/BIRD_COOKIE_TIMEOUT_MS(thanks @tylerseymour). - Search now paginates beyond 20 results when using
-n(thanks @ryanh-ai). - Library exports are now separated from the CLI entrypoint for easier embedding.