103721599296

rubotyにcurlとか使って簡単にいろいろ喋らせたかったので作った。

amacou/ruboty-http_listener

以下のようにリクエスト送ると

curl -v -G http://localhost:8877/ --data to='amacou' --data-urlencode body='hello あまこう' --data-urlencode from='#ruboty' --data type='privmsg'

rubotyが

ruboty > hello あまこう

ってしゃべてくれるプラグインを書きました。

amacou/ruboty-http_listener