<?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/language/python/tags/script</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 23:01:08 GMT</pubDate>
<item>
<title>(Python) Clean files/directory by time. - djmornyc</title>
<link>http://snipplr.com/view/69118/clean-filesdirectory-by-time/</link>
<description><![CDATA[ <p>*Does not check permissions.
python cleanFiles.py --directory=/home/win98/tmp/ --ageInDays=2</p> ]]></description>
<pubDate>Sat, 15 Dec 2012 02:15:21 GMT</pubDate>
<guid>http://snipplr.com/view/69118/clean-filesdirectory-by-time/</guid>
</item>
<item>
<title>(Python) Script to print crawl tree of a spider run - scrapy</title>
<link>http://snipplr.com/view/66995/script-to-print-crawl-tree-of-a-spider-run/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Sep 2012 07:15:20 GMT</pubDate>
<guid>http://snipplr.com/view/66995/script-to-print-crawl-tree-of-a-spider-run/</guid>
</item>
<item>
<title>(Python) make and filter the log file into a html file - scrapy</title>
<link>http://snipplr.com/view/66991/make-and-filter-the-log-file-into-a-html-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Sep 2012 07:15:08 GMT</pubDate>
<guid>http://snipplr.com/view/66991/make-and-filter-the-log-file-into-a-html-file/</guid>
</item>
<item>
<title>(Python) Toggle HTML Comment >> PythonScript for Notepad++ - s1w</title>
<link>http://snipplr.com/view/55184/toggle-html-comment--pythonscript-for-notepad/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Jun 2011 01:39:54 GMT</pubDate>
<guid>http://snipplr.com/view/55184/toggle-html-comment--pythonscript-for-notepad/</guid>
</item>
<item>
<title>(Python) Send free sms through way2sms (India) - vissu</title>
<link>http://snipplr.com/view/38184/send-free-sms-through-way2sms-india/</link>
<description><![CDATA[ <p>This python script takes the SMS message and phone number as arguments.\\\\r\\\\n\\\\r\\\\n    Before you run this script, please 1) search for \\\\\\\'yourusername\\\\\\\' in this file and replace it with your way2sms.com username. 2) search for \\\\\\\'yourpassword\\\\\\\' in this file and replace it with your way2sms.com password 3) save the file as way2sms and set executable permissions to this file\\\\r\\\\n\\\\r\\\\n    Running the script ./way2sms \\\\\\\"Hi, how are you?\\\\\\\" \\\\\\\"9876543210\\\\\\\"\\\\r\\\\n\\\\r\\\\n    The first argument is the message and the second argument is the phone number to which you want to send sms to.\\\\r\\\\n\\\\r\\\\n    I tested this script in fedora as well as windows XP (of course, with all necessary python modules installed). I can\\\\\\\'t guarantee that this script will run in future as way2sms website changes too often :p</p> ]]></description>
<pubDate>Sun, 01 Aug 2010 17:42:04 GMT</pubDate>
<guid>http://snipplr.com/view/38184/send-free-sms-through-way2sms-india/</guid>
</item>
<item>
<title>(Python) python script to extract all email addresses from bulk text - backlashblues</title>
<link>http://snipplr.com/view/23938/python-script-to-extract-all-email-addresses-from-bulk-text/</link>
<description><![CDATA[ <p>testing tool: http://www.pythonregex.com/</p> ]]></description>
<pubDate>Mon, 30 Nov 2009 17:10:24 GMT</pubDate>
<guid>http://snipplr.com/view/23938/python-script-to-extract-all-email-addresses-from-bulk-text/</guid>
</item>
<item>
<title>(Python) Get exaile's current song through dbus from commandline - foursixnine</title>
<link>http://snipplr.com/view/13967/get-exailes-current-song-through-dbus-from-commandline/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Apr 2009 23:25:20 GMT</pubDate>
<guid>http://snipplr.com/view/13967/get-exailes-current-song-through-dbus-from-commandline/</guid>
</item>
<item>
<title>(Python) Python - getFile Internet - whitetiger</title>
<link>http://snipplr.com/view/1600/python--getfile-internet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:05 GMT</pubDate>
<guid>http://snipplr.com/view/1600/python--getfile-internet/</guid>
</item>
<item>
<title>(Python) Script arguments - buscarini</title>
<link>http://snipplr.com/view/399/script-arguments/</link>
<description><![CDATA[ <p>ejemplo:
python script.py algo
sys.argv[0] es script.py
sys.argv[1] es algo</p> ]]></description>
<pubDate>Thu, 13 Jul 2006 03:23:16 GMT</pubDate>
<guid>http://snipplr.com/view/399/script-arguments/</guid>
</item>
</channel>
</rss>