Re: continuously gathering feeds

2009-03-08 Thread James Bennett
On Sun, Mar 8, 2009 at 9:08 PM, adelevie wrote: > I am building an app that uses the python-twitter module (a python > library for twitter's api). I want to gather data from the public > timeline which is updated about every minute. I have a function that > given a feed will

continuously gathering feeds

2009-03-08 Thread adelevie
I am building an app that uses the python-twitter module (a python library for twitter's api). I want to gather data from the public timeline which is updated about every minute. I have a function that given a feed will store it in the db. What is a good approach to making it so this function