<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Posting Twitter Updates via Curl</title>
	<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Wed, 19 Nov 2008 17:38:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-10299</link>
		<pubDate>Wed, 01 Oct 2008 23:51:20 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-10299</guid>
					<description>@&lt;a href="#comment-10298" rel="nofollow"&gt;SmartAssProducts&lt;/a&gt;: Agreed. It is indeed faster. :) Also check &lt;a href="http://www.terminally-incoherent.com/blog/2008/09/09/twimi/" rel="nofollow"&gt;this post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-10298" rel="nofollow">SmartAssProducts</a>: Agreed. It is indeed faster. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />  Also check <a href="http://www.terminally-incoherent.com/blog/2008/09/09/twimi/" rel="nofollow">this post</a>.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SmartAssProducts</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-10298</link>
		<pubDate>Wed, 01 Oct 2008 23:40:26 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-10298</guid>
					<description>I've been using this method and just stumbled upon your page while looking for similar methods.  One thing I want to point out is that--at least for me and the many other *nix geeks I know who also Twitter from a command line--it has nothing to do with "some headless unix machine that doesn’t have a proper browser…"  We use it because it's QUICKER!  I have at least 15 very nice browsers, thank you, but NONE of them is as quick as typing: twitter [my message]  (I named the shell script I wrote &lt;b&gt;twitter&lt;/b&gt;.)   So, yeah! :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using this method and just stumbled upon your page while looking for similar methods.  One thing I want to point out is that&#8211;at least for me and the many other *nix geeks I know who also Twitter from a command line&#8211;it has nothing to do with &#8220;some headless unix machine that doesn’t have a proper browser…&#8221;  We use it because it&#8217;s QUICKER!  I have at least 15 very nice browsers, thank you, but NONE of them is as quick as typing: twitter [my message]  (I named the shell script I wrote <b>twitter</b>.)   So, yeah! <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cosmin Ghiu</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-8967</link>
		<pubDate>Mon, 05 May 2008 20:17:09 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-8967</guid>
					<description>thanks for the reply. i knew it wasnt easy since i dont see one available anywhere online. lets see what my coding ninja skills can do. :)</description>
		<content:encoded><![CDATA[<p>thanks for the reply. i knew it wasnt easy since i dont see one available anywhere online. lets see what my coding ninja skills can do. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-8966</link>
		<pubDate>Mon, 05 May 2008 19:18:22 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-8966</guid>
					<description>Yes, you could use it to send the auto-reply but that's just half of the problem. You would also need some way of detecting that someone followed you either by querying the twitter API or by using some sort of email filter to trigger it when follow notification comes in.

So what you are trying to do seems a bit more complex. :)</description>
		<content:encoded><![CDATA[<p>Yes, you could use it to send the auto-reply but that&#8217;s just half of the problem. You would also need some way of detecting that someone followed you either by querying the twitter API or by using some sort of email filter to trigger it when follow notification comes in.</p>
<p>So what you are trying to do seems a bit more complex. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cosmin Ghiu</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-8965</link>
		<pubDate>Mon, 05 May 2008 19:02:45 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-8965</guid>
					<description>great blog post. being a programming newbie to twitter was curious to build a small bot that did an auto-reply like post to twitter once a new a new user has followed me. it be something like: @user thank you for following me

would this type of coding work for this?</description>
		<content:encoded><![CDATA[<p>great blog post. being a programming newbie to twitter was curious to build a small bot that did an auto-reply like post to twitter once a new a new user has followed me. it be something like: @user thank you for following me</p>
<p>would this type of coding work for this?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stephane</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3476</link>
		<pubDate>Sun, 25 Mar 2007 08:30:40 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3476</guid>
					<description>[quote comment="3377"]I guess it could be done with netcat... I didn't think about it.[/quote]

It can certainly be done with netcat, but that won't be without pain ! Having to manage the session cookies ? I prefer to leave it to curl :-)</description>
		<content:encoded><![CDATA[<p><span style="padding-left: 10px;"><strong>Luke</strong> said:</span></p>
<blockquote cite="http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3377"><p>
I guess it could be done with netcat&#8230; I didn&#8217;t think about it.</p>
</blockquote>
<p>It can certainly be done with netcat, but that won&#8217;t be without pain ! Having to manage the session cookies ? I prefer to leave it to curl <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt="-)" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Twitter Tools Collection &#187; Freakitude</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3381</link>
		<pubDate>Wed, 21 Mar 2007 07:39:27 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3381</guid>
					<description>[...] Posting Twitter Updates via Curl. Tutorial on posting an update to twitter using just curl and nothing else. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Posting Twitter Updates via Curl. Tutorial on posting an update to twitter using just curl and nothing else. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3377</link>
		<pubDate>Wed, 21 Mar 2007 05:00:42 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3377</guid>
					<description>I guess it could be done with netcat... I didn't think about it.</description>
		<content:encoded><![CDATA[<p>I guess it could be done with netcat&#8230; I didn&#8217;t think about it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Craig Betts</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3376</link>
		<pubDate>Wed, 21 Mar 2007 03:46:11 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3376</guid>
					<description>A real man would have done this with netcat . . . ;-)

Nice job Luke!</description>
		<content:encoded><![CDATA[<p>A real man would have done this with netcat . . . <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_wink.gif" alt="-)" class="wp-smiley" /> </p>
<p>Nice job Luke!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke</title>
		<link>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3372</link>
		<pubDate>Tue, 20 Mar 2007 14:38:21 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/#comment-3372</guid>
					<description>Once again thanks for posting this. I love being able to post the updates via curl - and I can easily incorporate this into all kinds of other scripts allowing them to post stuff to twitter. :)</description>
		<content:encoded><![CDATA[<p>Once again thanks for posting this. I love being able to post the updates via curl - and I can easily incorporate this into all kinds of other scripts allowing them to post stuff to twitter. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 4.324 seconds -->
