お前タイムラインどうでもいいツイートで埋めんなってそれ一番言われてるから
<?php
// https://github.com/mpyw/TwistOAuth
require 'TwistOAuth.phar';
$to = new TwistOAuth(
'XXXXXXXX',
'XXXXXXXX',
'XXXXXXXX',
'XXXXXXXX'
);
$prefix = '@tos ';
$id = null;
$sum_zun = $is_zun = 0;
$choices = ['ドコ', 'ズン'];
do {
$sum_zun = $is_zun ? $sum_zun + 1 : 0;
$is_zun = mt_rand(0, 1);
$id = $to->post('statuses/update', [
'status' => "{$prefix}{$choices[$is_zun]}",
'in_reply_to_status_id' => $id,
])->id_str;
} while ($sum_zun < 4 || $is_zun);
$to->post('statuses/update', [
'status' => "{$prefix}キ・ヨ・シ!",
'in_reply_to_status_id' => $id,
]);
@tos キ・ヨ・シ!
— 紗路㌠ (@mpyw) 2016年3月27日