pattern
pattern copied to clipboard
How to use filter in pattern package?
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 ?