<?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>UBot Review &#124; UBot Sample Code</title>
	<atom:link href="http://ubot.blogslam.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubot.blogslam.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Nov 2009 20:26:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatic Twitter Bot (v3.0)</title>
		<link>http://ubot.blogslam.com/automatic-twitter-ubot/</link>
		<comments>http://ubot.blogslam.com/automatic-twitter-ubot/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 03:38:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UBot]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://ubot.blogslam.com/?p=3</guid>
		<description><![CDATA[
A simple ubot to automate these actions on Twitter:

Find users based on keyword search.
Copying friends of other users.
Auto follow friends based from lists.
Auto unfollow non-following users.
Auto tweeter with random delay.


The bot is split into 6 scripts, to activate a script click on it from the list box on the top left of the program:
1. Login
Enter [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubot.blogslam.com/ubot-review/"><img class="alignright" style="margin: 10px; border: 1px solid black;" src="http://ubot.blogslam.com/ubot.jpg" alt="" width="337" height="125" /></a><br />
A simple ubot to automate these actions on Twitter:</p>
<ul>
<li>Find users based on keyword search.</li>
<li>Copying friends of other users.</li>
<li>Auto follow friends based from lists.</li>
<li>Auto unfollow non-following users.</li>
<li>Auto tweeter with random delay.</li>
</ul>
<p><span id="more-3"></span></p>
<p>The bot is split into 6 scripts, to activate a script click on it from the list box on the top left of the program:</p>
<h2>1. Login</h2>
<p>Enter the details for your twitter account into the relevant boxes &amp; click play.  The bot will simply login to your twitter account.</p>
<h2>2. Friend Finder</h2>
<p>Enter a relevant search term &amp; choose a file to save the list of urls you will scrape. Click play and the bot will search twitter &amp; scrape the relevant urls.</p>
<h2>3. Friend Thief</h2>
<p>Now with the list of urls from step 2 you can copy all the friends of these twitter accounts.  Enter your friends url in the text box &amp; pick somewhere to save the scrape in the 2nd box.  Add in a random delay so twitter will be less likely to realise you are scraping content.  Click play and Ubot will work its way through the lists scraping thousands of profile urls.</p>
<h2>4. Follow</h2>
<p>This script will auto follow from either of the lists you have made in step 2 or 3.  Just chose your relevant list + delay times and you are good to go.  The larger the delay you leave will reduce the chance of twitter banning your account.</p>
<h2>5. Unfollow Non Followers</h2>
<p>Here we use http://dossy.org/twitter/karma/ to mass unfollow the users which are not following us back.</p>
<h2>6. Auto Tweeter</h2>
<p>This script uses two files, the first contains your tweets &amp; the 2nd tweetcount.txt is to save your position in your list of tweets.</p>
<p>Add your tweets into a text file (1 per line).</p>
<p>In the tweetcount.txt file open it with notepad and make sure it has the number 0 at the top (this will increase automatically as tweets are sent out)</p>
<p>Choose a decent delay time in minutes, click play and your auto tweeter should be fully operational.</p>
<h2>Download</h2>
<p>Download (TwitterUBot.exe)</p>
<p>To download this twitter bot plus lots of other bots please sign-up for our <a href="http://ubot.blogslam.com/join-ubot-review-newsletter/">newsletter:</a></p>
<p style="text-align: center;"><a href="http://ubot.blogslam.com/join-ubot-review-newsletter/"><span style="color: #0000ff;">&gt;&gt;&gt; Click Here To Sign-up For Our Newsletter &lt;&lt;&lt;</span><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ubot.blogslam.com/automatic-twitter-ubot/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Automatic Google Scraper UBot</title>
		<link>http://ubot.blogslam.com/google-scraper/</link>
		<comments>http://ubot.blogslam.com/google-scraper/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 17:15:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UBot]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://ubot.blogslam.com/?p=23</guid>
		<description><![CDATA[
A simple ubot to automate these actions on Google Search:

Find urls based on search.
Save list of urls to a file for later use.


This was my first bot, its extremely useful for creating content for other bots. Examples would be to search for:
&#8216;Leave a Reply&#8217; &#8216;Name &#8220;(required)&#8221;&#8216; &#8216;Mail (will not be published) &#8220;(required)&#8221;&#8216; &#8216;Website&#8217; + &#8216;YOUR [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubot.blogslam.com/ubot-review/"><img class="alightright alignright" style="margin: 10px;" src="http://ubot.blogslam.com/googlebot1.jpg" alt="" width="225" height="180" /></a></p>
<p>A simple ubot to automate these actions on Google Search:</p>
<ul>
<li>Find urls based on search.</li>
<li>Save list of urls to a file for later use.</li>
</ul>
<p><span id="more-23"></span></p>
<p>This was my first bot, its extremely useful for creating content for other bots. Examples would be to search for:</p>
<p>&#8216;Leave a Reply&#8217; &#8216;Name &#8220;(required)&#8221;&#8216; &#8216;Mail (will not be published) &#8220;(required)&#8221;&#8216; &#8216;Website&#8217; + &#8216;YOUR KEYWORD&#8217;</p>
<p>This would give us a targetted list of wordpress blogs ready for commenting.  You could comment these by hand or use UBot to make a wordpress commenter.</p>
<h2>Download</h2>
<p>Download (<a href="http://ubot.blogslam.com/SerpScraperUBot.exe">SerpScraperUBot.exe</a>)</p>
<p>To get the source code of this bot plus many more in the future sign up to our mailing list.</p>
<p><a href="http://ubot.blogslam.com/ubot-review/"><img class="center" style="margin: 10px; border: 1px solid black;" src="http://ubot.blogslam.com/ubot.jpg" alt="" width="337" height="125" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ubot.blogslam.com/google-scraper/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>UBot Suggestions</title>
		<link>http://ubot.blogslam.com/ubot-suggestions/</link>
		<comments>http://ubot.blogslam.com/ubot-suggestions/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 06:15:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UBot]]></category>

		<guid isPermaLink="false">http://ubot.blogslam.com/?p=54</guid>
		<description><![CDATA[If you have any ideas for a UBot you would like coded please comment below.
]]></description>
			<content:encoded><![CDATA[<p>If you have any ideas for a UBot you would like coded please comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubot.blogslam.com/ubot-suggestions/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Join UBot Review Newsletter</title>
		<link>http://ubot.blogslam.com/join-ubot-review-newsletter/</link>
		<comments>http://ubot.blogslam.com/join-ubot-review-newsletter/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:31:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UBot]]></category>
		<category><![CDATA[free ubot]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://ubot.blogslam.com/?p=43</guid>
		<description><![CDATA[If you would like to receive the source code for our UBots simply sign-up to our newsletter below:

 

 Name

 Email






]]></description>
			<content:encoded><![CDATA[<p>If you would like to receive the source code for our UBots simply sign-up to our newsletter below:</p>
<p><span id="more-43"></span></p>
<form class="cmxform" action="../ph2/subscribe.php" method="post"> <fieldset></p>
<ol>
<li> <label>Name</label><br />
<input name="subscriber[name]" type="text" /></li>
<li> <label>Email</label><br />
<input name="subscriber[email]" type="text" /></li>
<li>
<input type="submit" value=" Subscribe " /></li>
</ol>
<p></fieldset><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://ubot.blogslam.com/join-ubot-review-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
