<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pinotblogger: the Capozzi Winery blog &#187; Wine Tweets</title>
	<atom:link href="http://pinotblogger.com/category/wine-tweets/feed/" rel="self" type="application/rss+xml" />
	<link>http://pinotblogger.com</link>
	<description>A blog about starting and building a family winery in the Russian River Valley.</description>
	<lastBuildDate>Thu, 06 Oct 2011 15:43:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Time Saver! Wine Tweets Follow Script</title>
		<link>http://pinotblogger.com/2009/03/22/time-saver-wine-tweets-follow-script/</link>
		<comments>http://pinotblogger.com/2009/03/22/time-saver-wine-tweets-follow-script/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 00:56:12 +0000</pubDate>
		<dc:creator>Josh Hermsmeyer</dc:creator>
				<category><![CDATA[Wine Tweets]]></category>

		<guid isPermaLink="false">http://pinotblogger.com/?p=739</guid>
		<description><![CDATA[Lately I&#8217;d fallen woefully behind on re-following Twitter folks. In fact I was so far behind that I was about to declare Twitter bankruptcy. Then I chanced upon a solution: ruby gems that allow you to access Google Spreadsheets and access the Twitter API. Now my Twitter life is in balance. If that all sounds [...]]]></description>
				<content:encoded><![CDATA[<p>Lately I&#8217;d fallen woefully behind on re-following Twitter folks. In fact I was so far behind that I was about to declare Twitter bankruptcy. Then I chanced upon a solution: ruby gems that allow you to access Google Spreadsheets and access the Twitter API.</p>
<p>Now my Twitter life is in balance.</p>
<p><img src="http://pinotblogger.com/wp-content/uploads/2009/03/inbalance.png" alt="inBalance.png" border="0" width="246" height="214" align="right" /></p>
<p>If that all sounds greek to you, no need to worry. Here&#8217;s the gist. Using the script below you can follow all the wine tweets from <a href="http://winetwitter.blogspot.com/">dhonig&#8217;s list</a>. That&#8217;s over 1000 wine tweets! </p>
<p>The script works well, but you will get some errors. Here are the various reasons why things won&#8217;t work out perfectly for you:</p>
<ul>
<li>You won&#8217;t be able to follow folks who have set their status to private.</li>
<li>Some pages give a 403 error. Not sure why exactly. The pages are indeed there. Bummer.</li>
<li>Twitter limits the number of people you can follow to 2000, except in either extraordinary circumstances or when the Fail Whale himself deems you appropriately elite. So if you&#8217;re close to the magic number this may not work for you.</li>
<li>This is pretty geeky. If your eyes gloss over, I won&#8217;t feel bad at all if you silently click away. My apologies in advance!</li>
</ul>
<p>I was a little worried that Spammers and their kissing cousins, The Crass Social Media Marketers, might use this script to inject a fetid cloud of spammy flatulence into our quaint little wine community, but I think the tech requirements to implement this argue for a level of intelligence that weeds out most marketers. And the pro spammers really don&#8217;t need any help from me to do their inglorious voodoo.</p>
<p>So, without further ado, let&#8217;s get started.</p>
<p>1. First you&#8217;ll need Ruby, a scripting language which comes pre-installed on a Mac. You&#8217;ll have to download and install it if you&#8217;re running Windows.</p>
<p>2. Next you need to install Ruby Gems. Gems are packages that add cool tools to Ruby that make it easy to do interesting things like talk to Twitter. You can download it here: <a href="http://rubyforge.org/frs/?group_id=126">http://rubyforge.org/frs/?group_id=126</a></p>
<p>Once that&#8217;s downloaded, just open terminal or its equivalent on Windows and type in:</p>
<p><strong>sudo ruby setup.rb</strong></p>
<p>and enter your password.</p>
<p>3. After that you&#8217;ll be able to install the rest of the required components right from the command line.</p>
<p>Type in/copy and paste:</p>
<p><strong>sudo gem install twitter</strong></p>
<p>and then type in/copy and paste:</p>
<p><strong>gem sources -a http://gems.github.com<br />
sudo gem install gimite-google-spreadsheet-ruby</strong></p>
<p>4. Next download the Wine Tweeps <a href="http://pinotblogger.com/wp-content/wineTweetsPublic.rb">ruby script here</a>.</p>
<p>5. Open it and find these following lines of code and change the WORDS IN UPPERCASE to reflect your personal information. You&#8217;ll need a twitter account and a google docs/gmail account for this to work.</p>
<p>googleUser = &#8220;<strong>YOUR GOOGLE EMAIL LOGIN HERE</strong>&#8220;<br />
googlePassword   = &#8220;<strong>YOUR GOOGLE PASSWORD HERE</strong>&#8220;<br />
twitterUserName  = &#8220;<strong>YOUR TWITTER USER NAME HERE</strong>&#8220;<br />
twitterPassword    = &#8220;<strong>YOUR TWITTER PASSWORD HERE</strong>&#8220;</p>
<p>6. Save the file (make sure it still has a .rb extension and not a .txt one) and type the following line into the terminal:</p>
<p><strong>ruby wineTweetsPublic.rb</strong></p>
<p>It should start running and showing success and failure results within a minute or so. If you get login errors, it means that either your Google user name and password or you Twitter user name and password are incorrect.</p>
<p>If you have any other trouble, please leave a comment and I&#8217;ll do my best to help you out!</p>
<p>Also, I stole the idea and the implementation details for this script from <a href="http://shortpath.blogspot.com/2009/01/follow-over-100-iphone-developers-on.html">David Clements</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinotblogger.com/2009/03/22/time-saver-wine-tweets-follow-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	
	<div style="display: none;" id="wikipopFrame"><iframe id="theFrame" style="border: none;" name="theFrame" width="340" height="400" src=""></iframe></div>

</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached

 Served from: pinotblogger.com @ 2013-05-24 19:46:47 by W3 Total Cache -->