<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; bot</title>
	<atom:link href="http://www.barattalo.it/tag/bot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to use Instagr.am photos on your site</title>
		<link>http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/</link>
		<comments>http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 15:11:47 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[followgram]]></category>
		<category><![CDATA[instagram]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[webbot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=718</guid>
		<description><![CDATA[The question is: how can I bring my instagram photos on my personal web site? With this tutorial you can make this. I&#8217;m addicted to Instagram, I make photos quite every day with it. But I&#8217;m also a developer, and I already have a personal portfolio for my photos&#8230; which became obsolete since it&#8217;s a [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/05/30/parsing-flickr-feed-with-php-tutorial/' rel='bookmark' title='Parsing Flickr Feed with PHP tutorial'>Parsing Flickr Feed with PHP tutorial</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
<li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/' rel='bookmark' title='PHP to get twitter infos and avatar'>PHP to get twitter infos and avatar</a></li>
<li><a href='http://www.barattalo.it/2010/08/29/php-bot-to-get-wikipedia-definitions/' rel='bookmark' title='PHP bot to get wikipedia definitions'>PHP bot to get wikipedia definitions</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	<enclosure url="http://www.barattalo.it/wp-content/uploads/2011/08/kuku-300x211.gif" length="19247" type="image/jpg" /><media:content url="http://www.barattalo.it/wp-content/uploads/2011/08/kuku-300x211.gif" width="300" height="211" medium="image" type="image/gif" />	</item>
		<item>
		<title>PHP to post on a Facebook page</title>
		<link>http://www.barattalo.it/2010/07/28/php-to-post-on-facebook-page/</link>
		<comments>http://www.barattalo.it/2010/07/28/php-to-post-on-facebook-page/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:18:15 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook page]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[mini bot class]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Spider]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=549</guid>
		<description><![CDATA[Hi, I&#8217;ve modified the Mini Bot Class, I&#8217;ve fixed the Facebook status update and I&#8217;ve implemented the function to post on the wall of a facebook page: suppose you have a page of a brand, and you need to update it regularly with a cron job&#8230; Very, very usefull, isn&#8217;t it? Nothing more to say. [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/03/01/php-curl-bot-to-update-facebook-status/' rel='bookmark' title='PHP curl bot to update Facebook status'>PHP curl bot to update Facebook status</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
<li><a href='http://www.barattalo.it/2010/01/17/posting-to-facebook-from-website-with-facebook-connect/' rel='bookmark' title='Posting to Facebook from website with Facebook Connect'>Posting to Facebook from website with Facebook Connect</a></li>
<li><a href='http://www.barattalo.it/2010/01/20/new-version-of-mini-bots-php-class-v-1-4/' rel='bookmark' title='New version of Mini Bots PHP Class (v.1.4)'>New version of Mini Bots PHP Class (v.1.4)</a></li>
<li><a href='http://www.barattalo.it/2010/08/29/php-bot-to-get-wikipedia-definitions/' rel='bookmark' title='PHP bot to get wikipedia definitions'>PHP bot to get wikipedia definitions</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/07/28/php-to-post-on-facebook-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<enclosure url="http://www.barattalo.it/wp-content/uploads/2010/07/fanpage-300x132.gif" length="10893" type="image/jpg" /><media:content url="http://www.barattalo.it/wp-content/uploads/2010/07/fanpage-300x132.gif" width="300" height="132" medium="image" type="image/gif" />	</item>
		<item>
		<title>PHP google images mini bot</title>
		<link>http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/</link>
		<comments>http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 12:34:29 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google images]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[spiders]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[webbot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=498</guid>
		<description><![CDATA[This simply php function will retrieve the links of the images from Google Images searched with a keyword. The function just calls images.google.it and parse the html to find the url of the images, in this case the urls are stored in the javascript, so the parsing doesn&#8217;t use any html tag to find data. [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/do-spelling-using-google/' rel='bookmark' title='Do spelling using google spell checker'>Do spelling using google spell checker</a></li>
<li><a href='http://www.barattalo.it/2010/04/09/mini-bot-class-updated/' rel='bookmark' title='Mini Bot Class Updated'>Mini Bot Class Updated</a></li>
<li><a href='http://www.barattalo.it/2010/03/10/php-parse-url-mailto-and-also-twitters-usernames-and-arguments/' rel='bookmark' title='PHP parse url, mailto, and also twitter&#8217;s usernames and arguments'>PHP parse url, mailto, and also twitter&#8217;s usernames and arguments</a></li>
<li><a href='http://www.barattalo.it/2010/01/12/bot-that-retrieves-url-meta-data-info/' rel='bookmark' title='Bot that retrieves url meta data and other infos'>Bot that retrieves url meta data and other infos</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP curl bot to update Facebook status</title>
		<link>http://www.barattalo.it/2010/03/01/php-curl-bot-to-update-facebook-status/</link>
		<comments>http://www.barattalo.it/2010/03/01/php-curl-bot-to-update-facebook-status/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 21:30:10 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[webbots]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=480</guid>
		<description><![CDATA[I&#8217;ve found this great mini bot from Alste blog, and I&#8217;ve decided to add it to the mini bot class. This bot uses curl to connect to facebook mobile (m.facebook.com) and perform the login. Then it saves the cookies received from mobile facebook and go to the facebook mobile homepage where it sets the status [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/09/09/how-to-change-twitter-status-with-php-and-curl-without-oauth/' rel='bookmark' title='How to change twitter status with php and curl without oAuth'>How to change twitter status with php and curl without oAuth</a></li>
<li><a href='http://www.barattalo.it/2010/07/28/php-to-post-on-facebook-page/' rel='bookmark' title='PHP to post on a Facebook page'>PHP to post on a Facebook page</a></li>
<li><a href='http://www.barattalo.it/2010/01/06/test-if-a-remote-url-exists-with-php-and-curl/' rel='bookmark' title='Test if a remote url exists with PHP and CURL'>Test if a remote url exists with PHP and CURL</a></li>
<li><a href='http://www.barattalo.it/2010/01/17/posting-to-facebook-from-website-with-facebook-connect/' rel='bookmark' title='Posting to Facebook from website with Facebook Connect'>Posting to Facebook from website with Facebook Connect</a></li>
<li><a href='http://www.barattalo.it/2009/12/29/tiny-url-encode-and-decode-with-php/' rel='bookmark' title='Tiny url encode and decode with PHP'>Tiny url encode and decode with PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/03/01/php-curl-bot-to-update-facebook-status/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>PHP to get twitter infos and avatar</title>
		<link>http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/</link>
		<comments>http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 21:23:03 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[Preg_match_all]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[spiders]]></category>
		<category><![CDATA[webbot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=478</guid>
		<description><![CDATA[I&#8217;ve just updated the Mini Bot Php Class with an improved version of the twitterInfo function, here is the code of the new function, I&#8217;ve added the avatar image url: Related posts:get MySpace events with a PHP function Bot that retrieves url meta data and other infos PHP Web page to text function PHP bot [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
<li><a href='http://www.barattalo.it/2010/01/12/bot-that-retrieves-url-meta-data-info/' rel='bookmark' title='Bot that retrieves url meta data and other infos'>Bot that retrieves url meta data and other infos</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
<li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/' rel='bookmark' title='How to use Instagr.am photos on your site'>How to use Instagr.am photos on your site</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ping pingomatic.com services with PHP</title>
		<link>http://www.barattalo.it/2010/02/24/ping-pingomatic-com-services-with-php/</link>
		<comments>http://www.barattalo.it/2010/02/24/ping-pingomatic-com-services-with-php/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 22:28:31 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[ping-o-matic]]></category>
		<category><![CDATA[pingomatic]]></category>
		<category><![CDATA[spiders]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml-rpc]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=473</guid>
		<description><![CDATA[Ping-o-matic is a service that calls (ping) server engines and popular services to notify them that you have new contents on your site. This will help you to get your pages indexed on that servers and so it should increase your traffic. I don&#8217;t know if this system works, but it&#8217;s implemented also in any [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/02/15/mixing-bots-to-gain-new-services/' rel='bookmark' title='Mixing bots to gain new services'>Mixing bots to gain new services</a></li>
<li><a href='http://www.barattalo.it/2009/12/27/validate-email-with-smtp/' rel='bookmark' title='Validate email with smtp'>Validate email with smtp</a></li>
<li><a href='http://www.barattalo.it/2010/01/06/test-if-a-remote-url-exists-with-php-and-curl/' rel='bookmark' title='Test if a remote url exists with PHP and CURL'>Test if a remote url exists with PHP and CURL</a></li>
<li><a href='http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/' rel='bookmark' title='PHP google images mini bot'>PHP google images mini bot</a></li>
<li><a href='http://www.barattalo.it/2010/01/12/bot-that-retrieves-url-meta-data-info/' rel='bookmark' title='Bot that retrieves url meta data and other infos'>Bot that retrieves url meta data and other infos</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/02/24/ping-pingomatic-com-services-with-php/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>PHP bot to grab meteo information from Google</title>
		<link>http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/</link>
		<comments>http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 14:37:57 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[File_get_contents]]></category>
		<category><![CDATA[forecast]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[meteo]]></category>
		<category><![CDATA[Mini Bots Class]]></category>
		<category><![CDATA[Preg_match_all]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[Web bot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=257</guid>
		<description><![CDATA[Google has many usefull functions that give you data fast, such as cinema infos, or for meteo forecasts. I think that Google grabs those informations from the many sites indexed with his bots. As I did on a previous post for words spelling you can retrieve those informations with some mini bots. The mini bot [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/11/11/php-day-add-function/' rel='bookmark' title='PHP Day add function'>PHP Day add function</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/do-spelling-using-google/' rel='bookmark' title='Do spelling using google spell checker'>Do spelling using google spell checker</a></li>
<li><a href='http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/' rel='bookmark' title='PHP to get twitter infos and avatar'>PHP to get twitter infos and avatar</a></li>
<li><a href='http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/' rel='bookmark' title='PHP google images mini bot'>PHP google images mini bot</a></li>
<li><a href='http://www.barattalo.it/2010/01/12/bot-that-retrieves-url-meta-data-info/' rel='bookmark' title='Bot that retrieves url meta data and other infos'>Bot that retrieves url meta data and other infos</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

