Authorize twurl to access a Twitter account

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 authorize --consumer-key {{twitter_api_key}} --consumer-secret {{twitter_api_secret}}

click the source code to copy