Skip to content Skip to sidebar Skip to footer
Showing posts with the label Twitter

Get Twitter Followers Using Tweepy And Multiple Api Keys

I have multiple twitter dev keys that I am using to get followers from a list of handles. There are… Read more Get Twitter Followers Using Tweepy And Multiple Api Keys

Ssl Error In Twython Get

I am playing with the twython and requests packages and found something strange which is blocking m… Read more Ssl Error In Twython Get

How Do I Pull Tweets From A User For Specific Dates On Python?

I am trying to download tweets from the Reuters (@reuters) twitter account for the month of Novembe… Read more How Do I Pull Tweets From A User For Specific Dates On Python?

Tweeperror: Failed To Parse Json Payload:

I am trying to scrape twitter data but I am getting this error. How do it fix it ? I have referred … Read more Tweeperror: Failed To Parse Json Payload:

Getting Back To Back Error Using "wait_on_rate_limit" Parameter

In order to avoid rate limit error I used the parameter: wait_on_rate_limit in function api = twe… Read more Getting Back To Back Error Using "wait_on_rate_limit" Parameter

Tweet Classification Into Multiple Categories On (unsupervised Data/tweets)

I want to classify the tweets into predefined categories (like: sports, health, and 10 more). If I … Read more Tweet Classification Into Multiple Categories On (unsupervised Data/tweets)