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

How To Send An Image In Direct Message?

I'm trying to send an image in direct message using python + tweepy but no luck. It showed as a… Read more How To Send An Image In Direct Message?

Twitter Api: How To Exclude Retweets When Searching Tweets Using Twython

I'm trying to exclude retweets and replies in my Twython search. Here is my code: from twython … Read more Twitter Api: How To Exclude Retweets When Searching Tweets Using Twython

Convert Time Zone + Format In Python From Twitter Api

In Python, with TwitterSearch, I'm able to get the timestamp of the tweet in UTC time, in the f… Read more Convert Time Zone + Format In Python From Twitter Api

Fetch The Retweets For The Tweets Using Python

I have to fetch the retweets for the tweets and create the JSON file with retweets,user id etc usin… Read more Fetch The Retweets For The Tweets Using Python

Typeerror: __init__() Got An Unexpected Keyword Argument 'wait_on_rate_limit'

I am trying to harvest twitter data with respect to Latitude and Longitude but I happen to get erro… Read more Typeerror: __init__() Got An Unexpected Keyword Argument 'wait_on_rate_limit'

Traceback When Updating Status On Twitter Via Tweepy

I've been trying to post the readings from my Rpi on Twitter using tweepy, but first I wanted t… Read more Traceback When Updating Status On Twitter Via Tweepy