Hi again, not sure I asked my question correctly: here is a much simpler version of it (as I realise what I am trying to do might not be possible):
Is it possible to fire an event every time a new tweet is found by a search or searchAsync function? Is it possible, if I search for 100 tweets to get a event every time a new tweet data is received, not just at the end of finding all 100 tweets? Do I have to wait anyway for the data of 100 tweets ALWAYS? Sorry if this sounds like a basic question.
If it is possible to do that, could anyone show a quick example?
Is it possible to fire an event every time a new tweet is found by a search or searchAsync function? Is it possible, if I search for 100 tweets to get a event every time a new tweet data is received, not just at the end of finding all 100 tweets? Do I have to wait anyway for the data of 100 tweets ALWAYS? Sorry if this sounds like a basic question.
If it is possible to do that, could anyone show a quick example?