Fork me on GitHub

Twitter Credentials

Create a local file twitter.oauth.conf with valid twitter credentials

twitter {
  oauth {
    consumerKey = ""
    consumerSecret = ""
    accessToken = ""
    accessTokenSecret = ""
  }
}

Log into developer.twitter.com

Visit https://apps.twitter.com and create an application.

Select your application and click into ‘Keys and Access Tokens’

The consumerKey and consumerSecret are application-wide.

The accessToken and accessTokenSecret are per-user.

Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0