Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hootsuiteやbufferと同じようにスケジュールツイート機能を実装したいです。
私が現在のアーキテクチャを設計した方法は、cron ジョブが 1 分ごとに実行され、シェル スクリプトが呼び出され、python/django コマンドが起動され、データベースに現在の時間にスケジュールされたツイートがあるかどうかを確認することです。はいの場合は、Twitter への API 呼び出しを行います。
それを行うより良い方法はありますか?
The same process can be scheduled with django-celery