Skip to content

This is a tweet queue like http://bufferapp.com - I use this every day to queue tweets from Google Reader and have them tweeted once an hour. It even works with the new Twitter 1.1 API.

Notifications You must be signed in to change notification settings

scumola/php-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-buffer

Like http://bufferapp.com but uses rabbitmq and php and is bit.ly-aware. Stupid-simple.

Spin up a rabbitmq server and a LAMP stack on a machine somewhere. Edit config.php to point to it. Get some OAuth tokens and bit.ly tokens and fill in where appropriate (search for 'xxxx' and replace appropriately).

Then, run 'tweeter.php' and it'll take one tweet off the queue every hour during daylight hours and push it to twitter. Tested with the new v1.1 Twitter API.

You can point your Google Reader urls at the submit.php url to auto-submit from Google Reader or any other reader that accepts urls. An example url would be:

http://hostname/submit.php?source=${source}&title=${title}&url=${url}&shorturl=${short-url}

About

This is a tweet queue like http://bufferapp.com - I use this every day to queue tweets from Google Reader and have them tweeted once an hour. It even works with the new Twitter 1.1 API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages