mustached-robot / twitter
Installs: 9
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:fuel-module
Requires
- composer/installers: ~1.0
- dg/twitter-php: dev-master
This package is not auto-updated.
Last update: 2025-03-10 16:50:14 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)