Tiny Tiny RSS
I mentioned Tiny Tiny RSS on the last two TiT Radios. On the first I had only just set it up, and on the second I mentioned how it didn’t seem to be updating correctly. I took my feeds from Google Reader and imported them into TTRSS and cleared them both down to compare how they worked. I noted that I had a lot more in Reader then TTRSS. Now I also said I was looking into why that was.
Well I have been playing around reading through this page, where they give a bunch of ways to update. Some seem better then others (as they warn) and I still have to try to sort out the ‘best’ way they recommend. But for now, it’s looking a lot more promising.

Hey Xoke, I have been using TTRSS for years. My aggregator of choice. To update it I use a cronjob:
*/30 * * * * /usr/bin/wget -q -T 60 -O /dev/null “http://localhost/rss/backend.php?op=globalUpdateFeeds&daemon=1″
Thanks for that Linc. That was similar to what I was doing the ‘better’ way. The best way they suggest is setting up a script in the PHP CLI, although the wget appears to still be an accepted way.