Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| 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> | |