Upload media to Twitter

twurl

  • Curl-like command but tailored specifically for the Twitter API.
    More information: <https://github.com/twitter/twurl>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

twurl -H "{{twitter_upload_url}}" -X POST "{{twitter_upload_endpoint}}" --file "{{path/to/media.jpg}}" --file-field "media"

click the source code to copy