Skip to content

k-mrgk/twitter-hubot

Repository files navigation

twitter-hubot

Hubot製のTwitter botです.

機能

  • おはようやこんにちはなどのツイートに反応
  • リプライに対してDOCOMOの雑談対話APIを使用して返答
  • 10分ごとにツイートを取得してマルコフ連鎖したものをツイート

起動

hubot_run.shのAPIキーを埋めて,twitter_bot_idをtwitterアカウントのIDに変更してから実行してください

export HUBOT_TWITTER_KEY="【Consumer Key】"
export HUBOT_TWITTER_SECRET="【Secret Key】"
export HUBOT_TWITTER_TOKEN="【Access Token Key】"
export HUBOT_TWITTER_TOKEN_SECRET="【Access Token Secret Key】"
export HUBOT_DOCOMO_DIALOGUE_API_KEY="【DOCOMO API Key】"

bin/hubot -a twitter-userstream -n twitter_bot_id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published