Twitterで特定のキーワードをつぶやいたユーザーを自動でフォローするPHPスクリプト - hirokan55の日記
PHPのインストール (Ubuntu)sudo apt-get install php5 php5-curlPHPスクリプトkeyword-follow.phpdefine(USER , "");define(PASS , "");define(KEYWORD , "唐揚げ");define(SEARCH_COUNT , 10);// get Friends function ge...
