Open Abunwer opened 6 years ago
Hello
this code can filter the political tweets using tweepy package stream = Stream(auth, l) stream.filter(track=['politics', 'international politics']) is it possible to do that using pattern package ? if yes how we can do that ?
stream = Stream(auth, l)
stream.filter(track=['politics', 'international politics'])
Hello
this code can filter the political tweets using tweepy package
stream = Stream(auth, l)
stream.filter(track=['politics', 'international politics'])
is it possible to do that using pattern package ? if yes how we can do that ?