・Twitter, LINE, Discord のうち、自分が送りたいアプリにのみ送信 ・数字込みグラフ、数字無しグラフ、損益額(テキストのみ)のスクショ送信をアプリごとに選択可能 ・損益グラフのサイズ変更機能(アプリごとに別サイズを設定可能) ・損益グラフの元ネタ(csv ...
こちらのnoteでは、Pythonで画像付きツイートをするスクリプトをcronで定期実行することで、画像付きツイートを自動化する手順を紹介します。 以前、PythonとcronでテキストのみをツイートするBotを作成する手順についてまとめました。 こちらのnoteは、上のnote ...
All functions declared with the @cron decorator should take a single positional argument that will contain the current timestamp when the function is automatically invoked. Also note the usage of the ...
Django-cron lets you run Django/Python code on a recurring basis proving basic plumbing to track and execute tasks. The 2 most common ways in which most people go about this is either writing custom ...