Skip to content

Instantly share code, notes, and snippets.

@joshstovall
Last active September 10, 2021 09:29
Show Gist options
  • Save joshstovall/bd61e3b646bbc07dc924dfc84e3e2276 to your computer and use it in GitHub Desktop.
Save joshstovall/bd61e3b646bbc07dc924dfc84e3e2276 to your computer and use it in GitHub Desktop.
function getTweets(symbol) {
request({
url: 'https://api.twitter.com/1.1/search/tweets.json?q=' + formatQuery(symbol),
headers: { 'Authorization': 'Bearer ' + TWITTER_API_KEY }
}, sentimentAnalysis)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment