2017 © Pedro Peláez
 

library twitter-bearer-token-getter

CLI tool of get twitter api bearer token.

image

ryota-murakami/twitter-bearer-token-getter

CLI tool of get twitter api bearer token.

  • Monday, May 29, 2017
  • by ryota-murakami
  • Repository
  • 0 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Twitter Bearer Token Getter

Build Status Latest Stable Version Total Downloads License, (*1)

CLI tool of twitter API Bearer Token., (*2)

demo, (*3)

In order to acquire a bearer token, you need to send a POST request directly to the endpoint of twitter api.
Official document of bearer token, (*4)

We have to send some information to the 'Authorization' HTTP Header with credentialization, the process is a little troublesome., (*5)

It is a tool to alleviate such trouble and to obtain a bearer token easily., (*6)

Preparation

  1. Consumer Key(API Key)
  2. Consumer Secret (API Secret)

Installation

composer global require ryota-murakami/twitter-bearer-token-getter

If you have not gone yet, so please do the following., (*7)

export PATH="$PATH:$HOME/.composer/vendor/bin"

Run

twitter-bearer-token-getter

After Run,
You will be prompted for the consumer key and consumer secret interactively at the terminal so please enter them according to the console message., (*8)

If the above two information are correctly entered, a bearer token will be displayed on the terminal., (*9)

The Versions

29/05 2017

dev-master

9999999-dev

CLI tool of get twitter api bearer token.

  Sources   Download

MIT

The Requires

  • php ^5.3.2 || ^7.0

 

The Development Requires

by Avatar ryota-murakami

29/05 2017

1.0.1

1.0.1.0

CLI tool of get twitter api bearer token.

  Sources   Download

MIT

The Requires

  • php ^5.3.2 || ^7.0

 

The Development Requires

by Avatar ryota-murakami

29/01 2017

1.0.0

1.0.0.0

CLI tool of get twitter api bearer token.

  Sources   Download

MIT

The Requires

  • php ^5.3.2 || ^7.0

 

The Development Requires

by Avatar ryota-murakami