Skip to content
Advertisement

Tag: tweepy

tweepy is not giving me the last tweet

Im trying to get the last tweet froom a twitter account using tweepy in python. I know there are a few similiar answers for example this one Get the last tweet with tweepy However the issue that I have is that i dont get the last tweet from a persons timeline but the second last tweet. Im using this code

tweepy error response status code 400

I’m trying to write a simple twitter bot using python and tweepy. The code is as follows: I get the following error: I would like some info on how to avoid this error Answer This may be a bug that emerged in the 3.2.0 release of Tweepy. See this issue opened on GitHub. In that issue, TylerGlaiel notes that api.update_status

Reply to Tweet with Tweepy – Python

I can’t seem to get tweepy to work with replying to a specific tweet: The api says it takes optional parameters and in_reply_to_status_id is the first, but it seems to be ignoring it altogether. This script will post an updated status, but it does not link it as a reply to the tweetId that I’m passing. API for reference: http://code.google.com/p/tweepy/wiki/APIReference#update_status

Advertisement