Skip to content

Required Properties Files

hassaanm edited this page May 12, 2013 · 3 revisions

The following three .properties files are required in the top level directory for the project to work correctly.

bitly.properties format:

[bit.ly API key]

[bit.ly username]

nytimes.properties format:

[New York Times API key]

twitter4j.properties format:

oauth.consumerKey=[Twitter oauth consumer key]

oauth.consumerSecret=[Twitter oauth consumer secret]

oauth.accessToken=[Twitter oauth access token]

oauth.accessTokenSecret=[Twitter oauth access token secret]

Clone this wiki locally