<?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: &#8216;tweetFromFile&#8217; PHP Class</title>
	<atom:link href="http://james.padolsey.com/twitter/tweetfromfile-php-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/twitter/tweetfromfile-php-class/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:03:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: kyio</title>
		<link>http://james.padolsey.com/twitter/tweetfromfile-php-class/comment-page-1/#comment-14237</link>
		<dc:creator>kyio</dc:creator>
		<pubDate>Mon, 15 Jun 2009 16:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=612#comment-14237</guid>
		<description>this works perfect to me! now i can publish emails that i dont want to read myself to twitter :-)</description>
		<content:encoded><![CDATA[<p>this works perfect to me! now i can publish emails that i dont want to read myself to twitter <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eugene</title>
		<link>http://james.padolsey.com/twitter/tweetfromfile-php-class/comment-page-1/#comment-8533</link>
		<dc:creator>eugene</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=612#comment-8533</guid>
		<description>chron job for sure
but if you feel like testing it in a browser window you can always use PHP&#039;s usleep http://ca2.php.net/usleep</description>
		<content:encoded><![CDATA[<p>chron job for sure<br />
but if you feel like testing it in a browser window you can always use PHP&#8217;s usleep <a href="http://ca2.php.net/usleep">http://ca2.php.net/usleep</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Gedrim</title>
		<link>http://james.padolsey.com/twitter/tweetfromfile-php-class/comment-page-1/#comment-6937</link>
		<dc:creator>Chris Gedrim</dc:creator>
		<pubDate>Tue, 03 Mar 2009 10:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=612#comment-6937</guid>
		<description>@Robert That would indeed work, but your crontab entry could be tidied up a little: 

&lt;pre lang=&quot;command&quot;&gt;*/10 * * * * wget --spider -q &quot;http://www.newsblur.com/reader/refresh_all_feeds&quot;&lt;/pre&gt;

Personally, and for maximum functionality I would write a bash script to use php5-cli to execute the php file, and send the outputs to log files. The script could still be used by web-side apps in the normal manner.</description>
		<content:encoded><![CDATA[<p>@Robert That would indeed work, but your crontab entry could be tidied up a little:</p>

<div class="wp_syntax"><div class="code"><pre class="command" style="font-family:monospace;">*/10 * * * * wget --spider -q &quot;http://www.newsblur.com/reader/refresh_all_feeds&quot;</pre></div></div>

<p>Personally, and for maximum functionality I would write a bash script to use php5-cli to execute the php file, and send the outputs to log files. The script could still be used by web-side apps in the normal manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Samuel Clay</title>
		<link>http://james.padolsey.com/twitter/tweetfromfile-php-class/comment-page-1/#comment-6883</link>
		<dc:creator>Robert Samuel Clay</dc:creator>
		<pubDate>Mon, 02 Mar 2009 22:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=612#comment-6883</guid>
		<description>No need to use Apache. If you want to call a page at a fixed interval, use &#039;crontab -e&#039; to edit your crontab adn add a line similar to this:

&lt;pre lang=&quot;command&quot;&gt;
0,10,20,30,40,50 * * * * wget --spider -q &quot;http://www.newsblur.com/reader/refresh_all_feeds&quot;
&lt;/pre&gt;

This particular crontab entry works every 10 minutes (on the X:00, X:10, X:20, etc). You should have wget, but if not, it&#039;s easy to install.</description>
		<content:encoded><![CDATA[<p>No need to use Apache. If you want to call a page at a fixed interval, use &#8216;crontab -e&#8217; to edit your crontab adn add a line similar to this:</p>

<div class="wp_syntax"><div class="code"><pre class="command" style="font-family:monospace;">0,10,20,30,40,50 * * * * wget --spider -q &quot;http://www.newsblur.com/reader/refresh_all_feeds&quot;</pre></div></div>

<p>This particular crontab entry works every 10 minutes (on the X:00, X:10, X:20, etc). You should have wget, but if not, it&#8217;s easy to install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack F</title>
		<link>http://james.padolsey.com/twitter/tweetfromfile-php-class/comment-page-1/#comment-6880</link>
		<dc:creator>Jack F</dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=612#comment-6880</guid>
		<description>Wow pretty awesome! Thanks James - even if I can hardily understand the code! 

Jack.</description>
		<content:encoded><![CDATA[<p>Wow pretty awesome! Thanks James &#8211; even if I can hardily understand the code! </p>
<p>Jack.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

