magazine_bot ( http://twitter.com/magazine_bot )

毎日1回、雑誌の発売日をつぶやくbotです。

memo

config.yml のフォーマット

development:
  consumer_key:       CONSUMER_KEY
  consumer_secret:    CONSUMER_SECRET
  oauth_token:        OAUTH_TOKEN
  oauth_token_secret: OAUTH_TOKEN_SECRET

production:
  consumer_key:       CONSUMER_KEY
  consumer_secret:    CONSUMER_SECRET
  oauth_token:        OAUTH_TOKEN
  oauth_token_secret: OAUTH_TOKEN_SECRET