<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Twitter Hacks: Command Line + Keeping Time + Twitter Offline!</title>
	<atom:link href="http://www.mobilityhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mobilityhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/</link>
	<description>Look Ma, No Wires!</description>
	<pubDate>Fri, 21 Nov 2008 00:31:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Debra Hamel</title>
		<link>http://www.mobilityhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-23</link>
		<dc:creator>Debra Hamel</dc:creator>
		<pubDate>Tue, 03 Apr 2007 20:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.twitterhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-23</guid>
		<description>Actually, I just realized that I can run two or more different copies of the same application simultaneously. That's what I'm going to do for now, using TwitterPost. (I like Twitterific but it's flawed, I'm afraid.)</description>
		<content:encoded><![CDATA[<p>Actually, I just realized that I can run two or more different copies of the same application simultaneously. That&#8217;s what I&#8217;m going to do for now, using TwitterPost. (I like Twitterific but it&#8217;s flawed, I&#8217;m afraid.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrispian</title>
		<link>http://www.mobilityhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-22</link>
		<dc:creator>Chrispian</dc:creator>
		<pubDate>Tue, 03 Apr 2007 19:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.twitterhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-22</guid>
		<description>I see. Then using multiple clients, which you can install on windows or a mac should work fine. I use Twitteroo and TwitBox, though there are more. Ive started a list (I'll be adding to it) http://www.twitterhacks.com/twitter-clients/

But you can run two different clients, 1 for each account. I also run twitter on firefox for one account and a twitter client for my main account.</description>
		<content:encoded><![CDATA[<p>I see. Then using multiple clients, which you can install on windows or a mac should work fine. I use Twitteroo and TwitBox, though there are more. Ive started a list (I&#8217;ll be adding to it) <a href="http://www.twitterhacks.com/twitter-clients/" rel="nofollow">http://www.twitterhacks.com/twitter-clients/</a></p>
<p>But you can run two different clients, 1 for each account. I also run twitter on firefox for one account and a twitter client for my main account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Hamel</title>
		<link>http://www.mobilityhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-21</link>
		<dc:creator>Debra Hamel</dc:creator>
		<pubDate>Tue, 03 Apr 2007 18:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.twitterhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-21</guid>
		<description>I'm afraid this is all over my head. I don't know anything about PHP and can't do it on TypePad anyway, I don't think.</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid this is all over my head. I don&#8217;t know anything about PHP and can&#8217;t do it on TypePad anyway, I don&#8217;t think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrispian</title>
		<link>http://www.mobilityhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-20</link>
		<dc:creator>chrispian</dc:creator>
		<pubDate>Tue, 03 Apr 2007 14:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.twitterhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-20</guid>
		<description>Debra, one way would be to setup a command line or php tool that lets you specify which user to use. For example, with the code example above you could make multiple copies of the command line tool, one for each account and each tool would have the user/pass for each account. Instead of naming the program "twitter" when yous ave it you could do like twitterchrispian and twitter451press (my two twitter accounts, for example). They'd be the same other than user:pass. So then when I sent a message for 451 press I'd just change the command from twitter to twitter451press and it would use that script.

I've seen an example of a php script that interfaces with curl to send tweets. I'd imagine you could set it up to use multiple accounts too.

If you are on windows, there are also like 5-6 twitter clients and you could run one of each for each account.</description>
		<content:encoded><![CDATA[<p>Debra, one way would be to setup a command line or php tool that lets you specify which user to use. For example, with the code example above you could make multiple copies of the command line tool, one for each account and each tool would have the user/pass for each account. Instead of naming the program &#8220;twitter&#8221; when yous ave it you could do like twitterchrispian and twitter451press (my two twitter accounts, for example). They&#8217;d be the same other than user:pass. So then when I sent a message for 451 press I&#8217;d just change the command from twitter to twitter451press and it would use that script.</p>
<p>I&#8217;ve seen an example of a php script that interfaces with curl to send tweets. I&#8217;d imagine you could set it up to use multiple accounts too.</p>
<p>If you are on windows, there are also like 5-6 twitter clients and you could run one of each for each account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Hamel</title>
		<link>http://www.mobilityhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-19</link>
		<dc:creator>Debra Hamel</dc:creator>
		<pubDate>Tue, 03 Apr 2007 14:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.twitterhacks.com/twitter-hacks-command-line-keeping-time-twitter-offline/#comment-19</guid>
		<description>But how have you dealt with the issue of logging into separate accounts? I have two accounts now, and so far I've managed it by using TwitterPost for my main account and the FireFox TweetBar for my secondary account.</description>
		<content:encoded><![CDATA[<p>But how have you dealt with the issue of logging into separate accounts? I have two accounts now, and so far I&#8217;ve managed it by using TwitterPost for my main account and the FireFox TweetBar for my secondary account.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
