pattern icon indicating copy to clipboard operation
pattern copied to clipboard

How to use filter in pattern package?

Open Abunwer opened this issue 7 years ago • 0 comments

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 ?

Abunwer avatar Mar 08 '18 07:03 Abunwer