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

New Post: Multi language stream

$
0
0
Hi,

Thank you for your question. Tweetinvi currently does not implement this feature, for the simple reason that I did not thought it was possible to provide multiple languages as a parameter to a stream.

But reading the documentation (https://dev.twitter.com/streaming/overview/request-parameters#language) after your question I found out that this is in theory possible.

In the current version it is possible to filter the stream for a single language :
var stream = Stream.CreateSampleStream();
stream.FilterTweetsLanguage(Language.French);
If you need this feature to be implemented in the next release of Tweetinvi please let me know and I will add it to the list.

Cheers,
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles