Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Prayag-Sheth's full-sized avatar
🏠
Working from home

Prayag Sheth Prayag-Sheth

🏠
Working from home
View GitHub Profile
#pip install tweepy
#python -m textblob.download_corpora
import re
import tweepy
from tweepy import OAuthHandler
from textblob import TextBlob
class TwitterClient(object):