Hey all,

One thing I can't really get my head around is how to sync a django
model with another service like, say Flickr. I thought I'd try
something simple first though, namely twitter.

My initial guess would be to create a model for twitter entries, and
then run a cron job that checks twitter every now and then, adding
entries into the django database when they are found.

In theory, I understand this (or at least I think I do), but in
practice I'm completely lost. How do I make sure I'm not getting
duplicate entries? How often should I sync? How do I do that?

I really can't get my head around this, so if anyone has a tutorial
for django + twitter specifically, or guidelines for making something
similar, it would be very much appreciated.

Thanks!
Björn


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to