<?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>Havadan Sudan Bir Blog &#187; ruby</title>
	<atom:link href="http://serkan.balikekmek.net/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://serkan.balikekmek.net</link>
	<description>Teknoloji, internet ağırlıklı bir blog</description>
	<lastBuildDate>Sun, 10 Jul 2011 19:24:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Fresh Start in Twitter (Script)</title>
		<link>http://serkan.balikekmek.net/2010/02/for-a-new-start-in-twitter-script/</link>
		<comments>http://serkan.balikekmek.net/2010/02/for-a-new-start-in-twitter-script/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 12:23:51 +0000</pubDate>
		<dc:creator>serkan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[following]]></category>
		<category><![CDATA[new start]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter scripts]]></category>

		<guid isPermaLink="false">http://serkan.balikekmek.net/?p=329</guid>
		<description><![CDATA[Delete your all friends in twitter. If you tried to get more followers by following some marketers, makemoney, ebook salers, entrepreneurs, get traffic acounts. You probably messed your twitter acount. (Getting to many tweets, direct messages, replys, retweets.) For a fresh start up in twitter, you can get rid of all of them by this [...]]]></description>
		<wfw:commentRss>http://serkan.balikekmek.net/2010/02/for-a-new-start-in-twitter-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Ruby UnFollow Code</title>
		<link>http://serkan.balikekmek.net/2010/01/twitter-ruby-unfollow-code/</link>
		<comments>http://serkan.balikekmek.net/2010/01/twitter-ruby-unfollow-code/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 12:14:15 +0000</pubDate>
		<dc:creator>serkan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter mass unfolllow]]></category>
		<category><![CDATA[twitter unfollow]]></category>

		<guid isPermaLink="false">http://serkan.balikekmek.net/?p=266</guid>
		<description><![CDATA[require 'rubygems' require 'twitter' auth = Twitter::HTTPAuth.new&#40;'twitter_username', 'password'&#41; base   = Twitter::Base.new&#40;auth&#41; guilty = base.friend_ids - base.follower_ids puts &#34;There are #{guilty.size} People you follow who do not follow you&#34; guilty.each do &#124;user_id&#124; user = base.friendship_destroy&#40;&#91;user_id&#93;&#41; puts  &#34;#{user.id} not following anymore&#34; end Orginal code only lists people which are not following you. http://blog.jerodsanto.net/2009/05/see-which-twitterers-dont-follow-youback-in-less-than-15-lines-of-ruby/#more-292 I changed the code [...]]]></description>
		<wfw:commentRss>http://serkan.balikekmek.net/2010/01/twitter-ruby-unfollow-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

