<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/bot</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 07:59:42 GMT</pubDate>
<item>
<title>(Python) LJAutoComment - aruseni</title>
<link>http://snipplr.com/view/71026/ljautocomment/</link>
<description><![CDATA[ <p>This class is used to automatically update a LiveJournal blog’s RSS feed, detect new entries and post a comment if the entry is new enough (i.e. is posted in a given period of time from now, for example not older than 1 hour)

**Example:**

    comment = u"Первый комментарий."

    engine = LJAutoComment('http://asena.livejournal.com/data/rss', 'user', 'password', comment, 1)
    engine()</p> ]]></description>
<pubDate>Fri, 03 May 2013 00:08:51 GMT</pubDate>
<guid>http://snipplr.com/view/71026/ljautocomment/</guid>
</item>
<item>
<title>(Python) Simple IRC bot with SSL - zhyar</title>
<link>http://snipplr.com/view/67553/simple-irc-bot-with-ssl/</link>
<description><![CDATA[ <p>This is a simple IRC bot connecting with SSL.</p> ]]></description>
<pubDate>Mon, 01 Oct 2012 22:02:46 GMT</pubDate>
<guid>http://snipplr.com/view/67553/simple-irc-bot-with-ssl/</guid>
</item>
<item>
<title>(PHP) WP Email Encoder Bundle - freelancephp</title>
<link>http://snipplr.com/view/49005/wp-email-encoder-bundle/</link>
<description><![CDATA[ <p>Encode mailto links and (plain) email addresses on your site and hide them from spambots. Easy to use, plugin works directly when activated.

Features
* Protect all emails and mailto links
* Check posts, widgets, comments and RSS feeds
* Encode all kind of content (text and html)
* Email Encoder Form (in admin and also for your site)
* Use params in mailto links, like: cc, bcc, subject, body
* And more.</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 23:01:44 GMT</pubDate>
<guid>http://snipplr.com/view/49005/wp-email-encoder-bundle/</guid>
</item>
<item>
<title>(Python) LiveJournal auto post comments - andrewkolesnikov</title>
<link>http://snipplr.com/view/29143/livejournal-auto-post-comments/</link>
<description><![CDATA[ <p>This code allows automatically posting comments to LiveJournal to be the first commenter.

Usage: $ python auto-post-comment.py</p> ]]></description>
<pubDate>Tue, 02 Mar 2010 14:34:20 GMT</pubDate>
<guid>http://snipplr.com/view/29143/livejournal-auto-post-comments/</guid>
</item>
<item>
<title>(PHP) how to change facebook status with php - ginoplusio</title>
<link>http://snipplr.com/view/29070/how-to-change-facebook-status-with-php/</link>
<description><![CDATA[ <p>Changing Facebook Status with PHP, download the Mini Bot PHP class from the blog http://www.barattalo.it</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 15:45:46 GMT</pubDate>
<guid>http://snipplr.com/view/29070/how-to-change-facebook-status-with-php/</guid>
</item>
<item>
<title>(PHP) check search engine bot - rccc</title>
<link>http://snipplr.com/view/28895/check-search-engine-bot/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Feb 2010 03:32:15 GMT</pubDate>
<guid>http://snipplr.com/view/28895/check-search-engine-bot/</guid>
</item>
<item>
<title>(PHP) PHP spider that retrieves url meta data and other informations - ginoplusio</title>
<link>http://snipplr.com/view/26335/php-spider-that-retrieves-url-meta-data-and-other-informations/</link>
<description><![CDATA[ <p>From a given url this function retrieves page title, meta description, keywords, favicon, and an array of images to use for links. It call file_get_contents and then make some regular expression job.</p> ]]></description>
<pubDate>Tue, 12 Jan 2010 16:11:47 GMT</pubDate>
<guid>http://snipplr.com/view/26335/php-spider-that-retrieves-url-meta-data-and-other-informations/</guid>
</item>
<item>
<title>(PHP) PHP bot for meteo google - ginoplusio</title>
<link>http://snipplr.com/view/25389/php-bot-for-meteo-google/</link>
<description><![CDATA[ <p>This is a mini bot I’ve made for meteo that retrieves informations from italian Google servers about weather forecast of a specified city (not only italian cities).</p> ]]></description>
<pubDate>Thu, 24 Dec 2009 09:43:21 GMT</pubDate>
<guid>http://snipplr.com/view/25389/php-bot-for-meteo-google/</guid>
</item>
<item>
<title>(ASP) Web bot for exchange rates - ginoplusio</title>
<link>http://snipplr.com/view/25329/web-bot-for-exchange-rates/</link>
<description><![CDATA[ <p>There are free exchange rates data that are easy to retrieve and parse, here is the code of a mini webbot written in ASP that goes out on Bank of Italy site, get the exchanges rates and print them.</p> ]]></description>
<pubDate>Wed, 23 Dec 2009 09:10:32 GMT</pubDate>
<guid>http://snipplr.com/view/25329/web-bot-for-exchange-rates/</guid>
</item>
<item>
<title>(JavaScript) Mr.Fusion's Bot at Pantip.com - wearetherock</title>
<link>http://snipplr.com/view/20616/mrfusions-bot-at-pantipcom/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 03 Oct 2009 17:00:18 GMT</pubDate>
<guid>http://snipplr.com/view/20616/mrfusions-bot-at-pantipcom/</guid>
</item>
<item>
<title>(PHP) Prevent Remote Form Submit - luizlopes</title>
<link>http://snipplr.com/view/11410/prevent-remote-form-submit/</link>
<description><![CDATA[ <p>[quote]$_SERVER['HTTP_REFERRER']'s problem is that can be spoofed, but it's better than nothing if you really want that.[/quote]</p> ]]></description>
<pubDate>Wed, 21 Jan 2009 13:20:06 GMT</pubDate>
<guid>http://snipplr.com/view/11410/prevent-remote-form-submit/</guid>
</item>
<item>
<title>(PHP) How to Write Your Own IM Bot in Less Than 5 Minutes - jamesming</title>
<link>http://snipplr.com/view/8144/how-to-write-your-own-im-bot-in-less-than-5-minutes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Sep 2008 10:08:26 GMT</pubDate>
<guid>http://snipplr.com/view/8144/how-to-write-your-own-im-bot-in-less-than-5-minutes/</guid>
</item>
<item>
<title>(PHP) Automate the Snipplr spambot protection - tlp</title>
<link>http://snipplr.com/view/3417/automate-the-snipplr-spambot-protection/</link>
<description><![CDATA[ <p>Honestly, this is supposed to be a programming site. What person who would be creating a bot for this site wouldn't be able to crack the spambot protection?

Here's my very ugly method of doing so.</p> ]]></description>
<pubDate>Sun, 29 Jul 2007 21:58:24 GMT</pubDate>
<guid>http://snipplr.com/view/3417/automate-the-snipplr-spambot-protection/</guid>
</item>
<item>
<title>(Perl) AIM autoresponder - sudarkoff</title>
<link>http://snipplr.com/view/386/aim-autoresponder/</link>
<description><![CDATA[ <p>I no longer use ICQ, but I still have dozens of contacts there. To let them know of other ways to contact me I wrote this little script.</p> ]]></description>
<pubDate>Wed, 12 Jul 2006 14:29:21 GMT</pubDate>
<guid>http://snipplr.com/view/386/aim-autoresponder/</guid>
</item>
</channel>
</rss>