bot https://twitter.com/trash_day APIじゃ動かなくなったので稼動中止しました。 概要 ゴミの日の1日前のPM8,9,10時にゴミの日をつぶやかせる。 月曜・木曜:燃えるごみ 金曜:資源ごみ 第1、3土曜:燃えないゴミ ソース <?php $message = ""; $today = getdate(); $fire_dust_wday = array(0 => 1, 1 => 4); // 月曜、木曜 $recycle_dust_wday = 5; // 金曜 $notfire_dust_wday = 6; // 土曜 $notfire_dust_week_cycle = array(0 => 1, 1 => 3); // 週 $tomorrow = getdate(mktime(0, 0, 0, $today[mon], $today[mday] +