<?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: TweetyPy: Python-based CLI client for Twitter</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<pubDate>Fri, 29 Aug 2008 03:31:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Daniel Black</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-55405</link>
		<dc:creator>Daniel Black</dc:creator>
		<pubDate>Tue, 07 Aug 2007 15:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-55405</guid>
		<description>@Stuart:

Done.  Hopefully it wasn't too anecdotal.  I've never filed a bug before.</description>
		<content:encoded><![CDATA[<p>@Stuart:</p>
<p>Done.  Hopefully it wasn&#8217;t too anecdotal.  I&#8217;ve never filed a bug before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-55404</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Tue, 07 Aug 2007 15:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-55404</guid>
		<description>@Daniel: that's great - I've kind of let this slip due to being up to my eyballs at the moment. If you could post this as a bug in launchpad then I'd be realy grateful I'll see if I can release an update asap. https://launchpad.net/tweetypy</description>
		<content:encoded><![CDATA[<p>@Daniel: that&#8217;s great - I&#8217;ve kind of let this slip due to being up to my eyballs at the moment. If you could post this as a bug in launchpad then I&#8217;d be realy grateful I&#8217;ll see if I can release an update asap. <a href="https://launchpad.net/tweetypy" rel="nofollow">https://launchpad.net/tweetypy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Black</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-55403</link>
		<dc:creator>Daniel Black</dc:creator>
		<pubDate>Tue, 07 Aug 2007 15:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-55403</guid>
		<description>Hi, Stuart,

I've been playing with tweetyPy for the last day or so, and I'm really kind of enamored.  I'm working on a bash-script concoction of &lt;em&gt;watch&lt;/em&gt;, &lt;em&gt;screen&lt;/em&gt;, and tweetyPy to build a command-line shadow of the variety of GUI Twitter tools.  It might be easier to pick up Python, since I've been meaning to anyway, but, for the moment, this is it.  For those folks who &lt;em&gt;ssh&lt;/em&gt; into their boxes and want to use &lt;em&gt;screen&lt;/em&gt; with a custom .screenrc which maintains a region with the timelines, and a region for tweeting, I'll be happy to make it available when I've finished.

Yesterday, thinks worked swimmingly, basically.  Today, however, it seems that there's some Unicode business mucking up the timeline.  I'm not sure if there's something that could be changed in the Python, e.g. some headers business, or something else.  Here's the error I'm getting:

&lt;code&gt;Traceback (most recent call last):
  File "/home/muraii/utilities/tweetyPy", line 234, in ?
    main(sys.argv[1:])
  File "/home/muraii/utilities/tweetyPy", line 228, in main
    print result
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2014' in position 883: ordinal not in range(256)
&lt;/code&gt;

Actually, this is a bit different, as it previously was in position 1014.  I wager someone used an em-dash in their tweet, and the position change is due to new tweets pushing that offending character around.

Have you had any issues like this?

Thanks for your efforts on this.

Daniel</description>
		<content:encoded><![CDATA[<p>Hi, Stuart,</p>
<p>I&#8217;ve been playing with tweetyPy for the last day or so, and I&#8217;m really kind of enamored.  I&#8217;m working on a bash-script concoction of <em>watch</em>, <em>screen</em>, and tweetyPy to build a command-line shadow of the variety of GUI Twitter tools.  It might be easier to pick up Python, since I&#8217;ve been meaning to anyway, but, for the moment, this is it.  For those folks who <em>ssh</em> into their boxes and want to use <em>screen</em> with a custom .screenrc which maintains a region with the timelines, and a region for tweeting, I&#8217;ll be happy to make it available when I&#8217;ve finished.</p>
<p>Yesterday, thinks worked swimmingly, basically.  Today, however, it seems that there&#8217;s some Unicode business mucking up the timeline.  I&#8217;m not sure if there&#8217;s something that could be changed in the Python, e.g. some headers business, or something else.  Here&#8217;s the error I&#8217;m getting:</p>
<p><code>Traceback (most recent call last):<br />
  File "/home/muraii/utilities/tweetyPy", line 234, in ?<br />
    main(sys.argv[1:])<br />
  File &#8220;/home/muraii/utilities/tweetyPy&#8221;, line 228, in main<br />
    print result<br />
UnicodeEncodeError: &#8216;latin-1&#8242; codec can&#8217;t encode character u&#8217;\u2014&#8242; in position 883: ordinal not in range(256)<br />
</code></p>
<p>Actually, this is a bit different, as it previously was in position 1014.  I wager someone used an em-dash in their tweet, and the position change is due to new tweets pushing that offending character around.</p>
<p>Have you had any issues like this?</p>
<p>Thanks for your efforts on this.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pennebaker</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-46217</link>
		<dc:creator>Andrew Pennebaker</dc:creator>
		<pubDate>Sun, 17 Jun 2007 07:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-46217</guid>
		<description>I created tw.py (&lt;a href="http://snippets.dzone.com/posts/show/4150" rel="nofollow"&gt;http://snippets.dzone.com/posts/show/4150&lt;/a&gt;), based on your tweetyPy. It sets and views the current status of users.</description>
		<content:encoded><![CDATA[<p>I created tw.py (<a href="http://snippets.dzone.com/posts/show/4150" rel="nofollow">http://snippets.dzone.com/posts/show/4150</a>), based on your tweetyPy. It sets and views the current status of users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-04-06 &#171; Breyten&#8217;s Dev Blog</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-35927</link>
		<dc:creator>links for 2007-04-06 &#171; Breyten&#8217;s Dev Blog</dc:creator>
		<pubDate>Fri, 06 Apr 2007 11:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-35927</guid>
		<description>[...] TweetyPy: Python-based CLI client for Twitter &#124; Muffin Research Labs by Stuart Colville (tags: python shell twitter cli) [...]</description>
		<content:encoded><![CDATA[<p>[...] TweetyPy: Python-based CLI client for Twitter | Muffin Research Labs by Stuart Colville (tags: python shell twitter cli) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-34782</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Fri, 30 Mar 2007 07:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-34782</guid>
		<description>@xoan: Good point. I will probably still allow passwords to be sent in plaintext but I can also add the option to prompt for a password using getpass. I will add that with a load of other improvements to the next release. Cheers for your comment!</description>
		<content:encoded><![CDATA[<p>@xoan: Good point. I will probably still allow passwords to be sent in plaintext but I can also add the option to prompt for a password using getpass. I will add that with a load of other improvements to the next release. Cheers for your comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xoan</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-34739</link>
		<dc:creator>xoan</dc:creator>
		<pubDate>Thu, 29 Mar 2007 16:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-34739</guid>
		<description>Nice tool!

An improvement could be something like this:

 $ ./tweetyPy -t friends_timeline -u user@mail -p
 $ Password: 

By passing password as a value for an argument, it keeps stored in bash history, that isn't a good idea...</description>
		<content:encoded><![CDATA[<p>Nice tool!</p>
<p>An improvement could be something like this:</p>
<p> $ ./tweetyPy -t friends_timeline -u user@mail -p<br />
 $ Password: </p>
<p>By passing password as a value for an argument, it keeps stored in bash history, that isn&#8217;t a good idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Payne</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-34296</link>
		<dc:creator>Alex Payne</dc:creator>
		<pubDate>Mon, 26 Mar 2007 03:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-34296</guid>
		<description>Nice work Stuart!  Please do let us Twitter devs know if there's anything you'd like out of the API.</description>
		<content:encoded><![CDATA[<p>Nice work Stuart!  Please do let us Twitter devs know if there&#8217;s anything you&#8217;d like out of the API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Hacks &#187; Blog Archive &#187; Hardcore Geeks: Command Line Twitter</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-34281</link>
		<dc:creator>Twitter Hacks &#187; Blog Archive &#187; Hardcore Geeks: Command Line Twitter</dc:creator>
		<pubDate>Mon, 26 Mar 2007 01:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-34281</guid>
		<description>[...] this hard core but I still think it&#8217;s pretty cool. Muffin has some slick python scripts for sending twitters via command line, if you are so [...]</description>
		<content:encoded><![CDATA[<p>[...] this hard core but I still think it&#8217;s pretty cool. Muffin has some slick python scripts for sending twitters via command line, if you are so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-33992</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Sat, 24 Mar 2007 18:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/03/24/tweetypy-python-based-cli-client-for-twitter/#comment-33992</guid>
		<description>@Neil: well spotted, thats now fixed.</description>
		<content:encoded><![CDATA[<p>@Neil: well spotted, thats now fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
