Advertisement
napiii

debugged

Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. from twitterscraper import query_tweets
  2. from textblob import TextBlob
  3.  
  4. twitterTweets = query_tweets("Boeing", 5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement