Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 511 Bytes

Ruboty::Twitter

An Ruboty adapter for twitter user-stream API.

Usage

# Gemfile
gem "ruboty-twitter"

ENV

TWITTER_ACCESS_TOKEN           - Twitter access token
TWITTER_ACCESS_TOKEN_SECRET    - Twitter access token secret
TWITTER_CONSUMER_KEY           - Twitter consumer key (a.k.a. API key)
TWITTER_CONSUMER_SECRET        - Twitter consumer secret (a.k.a. API secret)
TWITTER_AUTO_FOLLOW_BACK       - Pass 1 to follow back followers (optional)