Pular para o conteúdo
← Voltar para projetos

Twitter Cli

Send tweets from the console.

#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

Nova versão disponível.