<?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>m-eken &#187; google search</title>
	<atom:link href="http://m-eken.com/tag/google-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://m-eken.com</link>
	<description>time time time...</description>
	<lastBuildDate>Sat, 20 Mar 2010 23:29:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Python 3 Google Search Sample</title>
		<link>http://m-eken.com/2010/02/03/python-3-google-search-sample/</link>
		<comments>http://m-eken.com/2010/02/03/python-3-google-search-sample/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:20:39 +0000</pubDate>
		<dc:creator>Eken</dc:creator>
				<category><![CDATA[The Others]]></category>
		<category><![CDATA[google search]]></category>
		<category><![CDATA[python 3]]></category>
		<category><![CDATA[urllib]]></category>

		<guid isPermaLink="false">http://m-eken.com/?p=620</guid>
		<description><![CDATA[Sample Google Search Python code import urllib.request,urllib.parse,urllib.error print("Google Searcher --- www.m-eken.com v.P5012") while input("s: Search. q: Quit #: ")=="s": GWord=input("#: ") url="http://www.google.com/search?hl=en&#38;q="+"+".join(GWord.split()) print(GWord+"\nsearching... ") req=urllib.request.Request(url) req.add_header("User-Agent","Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML,     like Gecko) Chrome/0.2.149.29 Safari/525.13") print( urllib.request.urlopen(req).read())]]></description>
			<content:encoded><![CDATA[<p>Sample Google Search Python code<br />
<code>import urllib.request,urllib.parse,urllib.error<br />
print("Google Searcher --- www.m-eken.com v.P5012")<br />
while input("s: Search. q: Quit #: ")=="s":<br />
GWord=input("#: ")<br />
url="http://www.google.com/search?hl=en&amp;q="+"+".join(GWord.split())<br />
print(GWord+"\nsearching... ")<br />
req=urllib.request.Request(url)<br />
req.add_header("User-Agent","Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML,     like Gecko) Chrome/0.2.149.29 Safari/525.13")<br />
print( urllib.request.urlopen(req).read())<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://m-eken.com/2010/02/03/python-3-google-search-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
