22

Collabtweet – Multiple Users, Single Twitter Account

Collabtweet is now deprecated and has been replaced with SocialTurn. Read my post regarding SocialTurn

Enable multiple users to post to a single collaborative twitter account.

Why would you need such a program?
1. You run a small company/group which you would like twitter users to follow
2. You would like twitter users to follow a single brand (twitter account) and not separate multiple users
3. You would like a simple slick interface to enable your users to post to your collaborative twitter account
4. You would like to hide your real twitter account password from your users
5. You would like to automatically add “-username” to all tweets by a user
6. You would like to host this service on your own server

Demonstration
Please login with one of the following username/password combination:
johndoe/johndoe
janedoe/janedoe
babydoe/babydoe

Click here to launch Collabtweet demo

For demonstration purposes, I am using a dummy twitter account- http://www.twitter.com/collabtweet

Screenshots

Collabtweet Login Screen Collabtweet Tweet Screen
Collabtweet Tweeted! Twitter Outcome!

Download
Collabtweet – Multiple Users, Single Twitter Account

Requirements
Web server capable of running PHP

Configuration
Simple edit config.php and modify the users which can access your account and your twitter username and password.

<?php

// Username => Password
// Username will be used as nickname
$users = array(
"USER1" => "PASS1",
"USER2" => "PASS2",
"USER3" => "PASS3"
);


$twitterUser = "YOURTWITTERUSERNAME";
$twitterPass = "YOURTWITTERPASSWORD";

Future Updates
1. Ability to manage users using a web interface

Comments/Suggestions?
Do let me know your suggestions on how we can improve this code or any other features you would like to add.

Spread The Word
If you like what you are reading, then please help spread the word by re-tweeting, blogging or using the ShareThis button below. Thank you.


402 Words
33682 Views