django - schedule an API call inside unix/python environment -


i want implement schedule tweet feature similar hootsuite or buffer.

the way have designed current architecture - cron job runs every minute, evokes shell script, fires python/django command see if there scheduled tweet in database current time. if yes, make api call twitter.

is there better way of doing it?

the same process can scheduled django-celery


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -