Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Commented Unassigned: FilteredStream question [1963]

$
0
0
Hi,
I am developing an application to process all tweets containg some tracks. For example:


SimpleStream stream = new SimpleStream("https://stream.twitter.com/1.1/statuses/sample.json");
stream.StreamStarted += (sender, args) => Console.WriteLine("Stream has started!");
// Starting the stream by specifying credentials thanks to the Token
stream.AddTrack("uruguay");
stream.StartStream(token, x => ProcessTweet(x));

The application receives far fewer tweets that are actually published. If I search the term "Uruguay" in Twitter, at the same that the application is running, the twitter web page returns more real time results.

Do you understand the question?

Thanks so much.

Best regards,
Daniel
Comments: ** Comment from web user: dsgarciaparra **

Thanks so much for your response!

So I think, according to my requirement, it is best to do a search. You have an example of how to do a search for tweets from the last hour?

Best regards,
Daniel


Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>