TheRensselaerIDEA / twitter-nlp

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

fixed data retrieval bug by directly matching ids #44

Closed Siggy37 closed 3 years ago

Siggy37 commented 3 years ago

I am now iteratively matching the 'in_response_to_id' of the tweet from elasticsearch to the 'id' of the tweet pulled down from the twitter API. This seems to have fixed the bug where tweets and responses were not lining up or were mismatched.