Create a django command to do the job and put it in the crontab
On Wednesday, September 26, 2012 9:07:23 AM UTC-3, surya wrote: > > I have to use RSS/ Atom feeds of blogs in my Django app. So, I thought to > use Google Feed API. All the API provides is a BIG list of feeds.. > > If I need a post (say no 25), I need to GET the whole feeds and search > every time which is redundant. *So, I am thinking to run a background > program which periodically performs GET and updates the feeds as a JSON > file. Now, I can at least do some work efficiently!* > * > * > If anyone got a better idea, please do tell me. > > Can anyone tell me how to do that? It should be in sync with requests I > perform on the JSON file in Django.. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ISao-2E164cJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.