Skip to content

nunomaduro/twitter-cli

 
 

Repository files navigation

Twitter CLI

Just sent tweets from your console.

Install

$ git clone https://github.com/jeffochoa/twitter-cli

Install dependencies

$ composer install

Add your twitter credentials to the .env file.

CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=

Have fun

The tweet will be published in your twitter account.

$ php twitter-cli "This is awesome"

About

This package uses

About

Send tweets from the console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%