Permalink
Find file Copy path
a2d2758 Apr 13, 2018
2 contributors

Users who have contributed to this file

@jrmontag @binaryaaron
16 lines (13 sloc) 583 Bytes
search_tweets_ent_example:
account_type: enterprise
endpoint: <MY_ENDPOINT>
username: <MY_USERNAME>
password: <MY_PASSWORD>
search_tweets_premium_example:
account_type: premium
endpoint: https://api.twitter.com/1.1/tweets/search/30day/dev.json
# if you have a bearer token, you can use it below. otherwise, swap the comment marks and use
# your app's consumer key/secret - the library will generate and use a bearer token for you.
bearer_token: <A_VERY_LONG_MAGIC_STRING>
#consumer_key: <ANOTHER_MAGIC_STRING>
#consumer_secret: <STILL_ANOTHER_MAGIC_STRING>