Skip to content

jeffochoa/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 tweet "This is awesome"

You can also tweet images

$ php twitter-cli tweet "This is awesome" path/to/img-file.jpg

About

This package uses

About

Send tweets from the console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages