bird 0.2.0

X API CLI with entity caching, search, threads, and watchlists
Documentation
1
2
3
4
5
Examples:
  bird post /2/tweets --body '{"text":"hello world"}'
  bird post /2/tweets --body '{"text":"hi"}' --output json    # paired JSON
  bird post /2/users/2244994945/following --body '{"target_user_id":"783214"}'
  bird post /2/tweets --body '{"text":"with media","media":{"media_ids":["123"]}}'