2017 © Pedro Peláez
 

library robo-cli

Tweet from the command line

image

onema/robo-cli

Tweet from the command line

  • Tuesday, November 5, 2013
  • by onema
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

robo-cli

Description

Demo cli application to post status updates to twitter., (*1)

The objective of this project is to demonstrate how to use composer, install dependencies, and show a simple directory structure and class that follows the PSR-0 Standard. This is part of the SD PHP Study Gropu code samples., (*2)

Requirements:

Install Composer, (*3)

Installation:

Clone the repository

git clone git@github.com:onema/robo-cli.git
cd robo-cli

Run composer install, (*4)

php composer.phar install

Configuration

Copy the file app/config/parameters.yml.dist to app/config/parameters.yml, (*5)

cp app/config/parameters.yml.dist app/config/parameters.yml

Open the file parameters.yml and update the relevant fields with you Twitter App info. For more information see the Twitter Developers site., (*6)

Don't forget to set the permissions to read and write and set the callback url!!, (*7)

Using the console

From the project root, type the following command in the terminal, (*8)

php app/console robocli:tweet --message="Write your status update!! #awesome #app"

The Versions

05/11 2013

dev-master

9999999-dev http://onema.io

Tweet from the command line

  Sources   Download

MIT

The Requires

 

by Juan Manuel Torres

demo console cli twitter