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
Post a Comment