mustached-robot / twitter
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/MustachedRobot/twitter
Type:fuel-module
pkg:composer/mustached-robot/twitter
dev-master
2013-07-30 11:02 UTC
Requires
- composer/installers: ~1.0
- dg/twitter-php: dev-master
This package is not auto-updated.
Last update: 2026-03-09 21:54:43 UTC
README
This plugin sends a Tweet from the coworking space Twitter account when a coworker checks in (the coworker can uncheck the Tweet before he checks-in).
Installation
Add the plugin as a dependency in the composer.json of your installation
"require": {
// .. other dependencies
"mustached-robot/twitter": "dev-master"
}
Run composer update:
php composer.phar update
Configuration
Create a Twitter Application
- Log in to http://dev.twitter.com with your coworking space account.
- Create an application
- In the Details tab, click the button "Create an access token"
- Go to the oAuth Tools tab, you will need informations on this page
Configure Mustached Robot
- Login to your Mustached Robot admin account, then go to Settings > Twitter
- Enter the required informations (Consumer key, Consumer Secret, Access Token, Access token secret)