<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Stock Quotes on your Desktop with Conky</title>
	<atom:link href="http://bhaviksblog.com/02/stock-quotes-on-your-desktop-with-conky/feed/" rel="self" type="application/rss+xml" />
	<link>http://bhaviksblog.com/02/stock-quotes-on-your-desktop-with-conky/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Aug 2010 18:53:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: shapeshifter</title>
		<link>http://bhaviksblog.com/02/stock-quotes-on-your-desktop-with-conky/comment-page-1/#comment-10091</link>
		<dc:creator>shapeshifter</dc:creator>
		<pubDate>Wed, 28 Jul 2010 01:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=235#comment-10091</guid>
		<description>Hi Bhavik great script. One thing.

I have about 7 or 8 stocks, but the script only displays 5. I tried playing with Conky width etc and looking at your stocks.py, but couldn&#039;t change.

Many thanks 

P</description>
		<content:encoded><![CDATA[<p>Hi Bhavik great script. One thing.</p>
<p>I have about 7 or 8 stocks, but the script only displays 5. I tried playing with Conky width etc and looking at your stocks.py, but couldn&#8217;t change.</p>
<p>Many thanks </p>
<p>P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duplication</title>
		<link>http://bhaviksblog.com/02/stock-quotes-on-your-desktop-with-conky/comment-page-1/#comment-9590</link>
		<dc:creator>Duplication</dc:creator>
		<pubDate>Tue, 06 Jul 2010 12:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=235#comment-9590</guid>
		<description>Interesting developments guy. Good work!</description>
		<content:encoded><![CDATA[<p>Interesting developments guy. Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darian</title>
		<link>http://bhaviksblog.com/02/stock-quotes-on-your-desktop-with-conky/comment-page-1/#comment-8476</link>
		<dc:creator>darian</dc:creator>
		<pubDate>Wed, 26 May 2010 21:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=235#comment-8476</guid>
		<description>Hi Bhavik!

What a usefull script! I do have the same problem as wiejak though. I tried adjusting the maximum_width, sadly to no avail. It would be great if you could help me out on this one!

Btw: I complemented your script with percentage changes:

		num = float(tokens[4])
		num2 = float(tokens[1])
		change = round((num/num2)*100, 2)

Thanks mate, have a nice day!</description>
		<content:encoded><![CDATA[<p>Hi Bhavik!</p>
<p>What a usefull script! I do have the same problem as wiejak though. I tried adjusting the maximum_width, sadly to no avail. It would be great if you could help me out on this one!</p>
<p>Btw: I complemented your script with percentage changes:</p>
<p>		num = float(tokens[4])<br />
		num2 = float(tokens[1])<br />
		change = round((num/num2)*100, 2)</p>
<p>Thanks mate, have a nice day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://bhaviksblog.com/02/stock-quotes-on-your-desktop-with-conky/comment-page-1/#comment-8001</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Tue, 11 May 2010 14:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=235#comment-8001</guid>
		<description>On SUDO this work....</description>
		<content:encoded><![CDATA[<p>On SUDO this work&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://bhaviksblog.com/02/stock-quotes-on-your-desktop-with-conky/comment-page-1/#comment-8000</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Tue, 11 May 2010 14:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=235#comment-8000</guid>
		<description>Dear, on my computer return this error.


/etc/conky$ python stocks.py CAKE

 Name    Value      Open    Change      Time
--------------------------------------------
Traceback (most recent call last):
  File &quot;stocks.py&quot;, line 31, in 
    csv = urllib2.urlopen(&#039;http://download.finance.yahoo.com/d/quotes.csv?s=&#039;+ stock +&#039;&amp;f=sl1d1t1c1ohgv&amp;e=.csv&#039;)
  File &quot;/usr/lib/python2.6/urllib2.py&quot;, line 126, in urlopen
    return _opener.open(url, data, timeout)
  File &quot;/usr/lib/python2.6/urllib2.py&quot;, line 391, in open
    response = self._open(req, data)
  File &quot;/usr/lib/python2.6/urllib2.py&quot;, line 409, in _open
    &#039;_open&#039;, req)
  File &quot;/usr/lib/python2.6/urllib2.py&quot;, line 369, in _call_chain
    result = func(*args)
  File &quot;/usr/lib/python2.6/urllib2.py&quot;, line 1161, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File &quot;/usr/lib/python2.6/urllib2.py&quot;, line 1136, in do_open
    raise URLError(err)
urllib2.URLError: 


anyone know what happens?

thx</description>
		<content:encoded><![CDATA[<p>Dear, on my computer return this error.</p>
<p>/etc/conky$ python stocks.py CAKE</p>
<p> Name    Value      Open    Change      Time<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Traceback (most recent call last):<br />
  File &#8220;stocks.py&#8221;, line 31, in<br />
    csv = urllib2.urlopen(&#8216;http://download.finance.yahoo.com/d/quotes.csv?s=&#8217;+ stock +&#8217;&amp;f=sl1d1t1c1ohgv&amp;e=.csv&#8217;)<br />
  File &#8220;/usr/lib/python2.6/urllib2.py&#8221;, line 126, in urlopen<br />
    return _opener.open(url, data, timeout)<br />
  File &#8220;/usr/lib/python2.6/urllib2.py&#8221;, line 391, in open<br />
    response = self._open(req, data)<br />
  File &#8220;/usr/lib/python2.6/urllib2.py&#8221;, line 409, in _open<br />
    &#8216;_open&#8217;, req)<br />
  File &#8220;/usr/lib/python2.6/urllib2.py&#8221;, line 369, in _call_chain<br />
    result = func(*args)<br />
  File &#8220;/usr/lib/python2.6/urllib2.py&#8221;, line 1161, in http_open<br />
    return self.do_open(httplib.HTTPConnection, req)<br />
  File &#8220;/usr/lib/python2.6/urllib2.py&#8221;, line 1136, in do_open<br />
    raise URLError(err)<br />
urllib2.URLError: </p>
<p>anyone know what happens?</p>
<p>thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
