Sentiment Analysis on Twitter Data

Hi Aditi,

the nodes are wrappers for the Twitter API. This API unfortunately limits the number of results you get from Twitter. The only way to get more results over time is to re-run the query and collect the tweets over time, e.g. with loop nodes and a wait node. You can group over the IDs, to eliminate duplicates, and write that new tweets to a db or file.

Cheers, Kilian