TheRensselaerIDEA / twitter-nlp

Data Analytics on Twitter with Natural Language Processing
MIT License
17 stars 7 forks source link

Retrieve Tweets from Twitter API and write those tweets back to elasticsearch under 'in_reply_to_status' #40

Closed Siggy37 closed 4 years ago

Siggy37 commented 4 years ago

New functionality for updating an elasticsearch index that contains response tweets. For each tweet in a given index that is a response, we are now able to pull the original tweet (the tweet which the elasticsearch tweet is in response to) from Twitter and include that data in our elasticsearch tweet object under 'in_reply_to_status'. Then, once we have done this for some number of tweets, we can write the updated data back to the index from which we pulled from.

scrolling.py was written by Thomas Shweh twitter_api_handler.py was written by Brandyn Sigouin