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

Tweepy Get Retweeters Returning Max 100

I am using Tweepy for getting all retweeters of a particular tweet. My code is as follows: for reTw… Read more Tweepy Get Retweeters Returning Max 100

How Can I Retrieve All Tweets And Attributes For A Given User Using Python?

I am attempting to retrieve data from Twitter, using Tweepy for a username typed at the command lin… Read more How Can I Retrieve All Tweets And Attributes For A Given User Using Python?

Tweepy Twitter Get All Tweet Replies Of Particular User

I am trying to get all replies of this particular user. So this particular user have reply_to_user_… Read more Tweepy Twitter Get All Tweet Replies Of Particular User

Tweepy Wait_on_rate_limit Not Working

So, first off, I realize there's a number of questions regarding handling the twitter rate limi… Read more Tweepy Wait_on_rate_limit Not Working

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:

Tweepy Cursor Vs Iterative For Low Api Calls

I am writing a simple Tweepy application for fun, but am really limited to how many API calls I hav… Read more Tweepy Cursor Vs Iterative For Low Api Calls

"incompleteread" Error When Retrieving Twitter Data Using Python

While running this program to retrieve Twitter data using Python 2.7.8 : #imports from tweepy impor… Read more "incompleteread" Error When Retrieving Twitter Data Using Python

Getting Full Tweet Text From "user_timeline" With Tweepy

I am using tweepy to fetch tweets from a user's timeline using the script included here. Howeve… Read more Getting Full Tweet Text From "user_timeline" With Tweepy

Reply To Tweet With Tweepy - Python

I can't seem to get tweepy to work with replying to a specific tweet: auth = tweepy.OAuthHandle… Read more Reply To Tweet With Tweepy - Python

Twitter Bot With Tweepy - Python

I have been working on a Twitter Bot which replies to people with 'im' in their message wit… Read more Twitter Bot With Tweepy - Python

Error Using Api.update_status Method In Tweepy Using Oauth2

Here is my code:- I have double checked all the auth parameters. import tweepy CONSUMER_KEY =… Read more Error Using Api.update_status Method In Tweepy Using Oauth2

Query Regarding Pagination In Tweepy (get_followers) Of A Particular Twitter User

I am fairly new to tweepy and pagination using the cursor class. I have been trying to user the cur… Read more Query Regarding Pagination In Tweepy (get_followers) Of A Particular Twitter User

Tweepy: Truncated Tweets When Using Tweet_mode='extended'

This is my code in python import tweepy import csv consumer_key = '?' consumer_secret = &#… Read more Tweepy: Truncated Tweets When Using Tweet_mode='extended'

Rate Limit Reached. Sleeping For:

i'm collecting tweets withe thier replies from Twitter's API to build data set and i'm … Read more Rate Limit Reached. Sleeping For:

Show Retweeters Of A Twitter Status In Tweepy

I've been trying to find a way of doing the equivalent of: retweeters_of('twitterstatusid&#… Read more Show Retweeters Of A Twitter Status In Tweepy

Tweepy: Attributeerror: 'tuple' Object Has No Attribute 'followed_by'

I am trying to make a 'simple' script that will unfollow users whom I am following that are… Read more Tweepy: Attributeerror: 'tuple' Object Has No Attribute 'followed_by'

How Do I Async On_status From Tweepy?

The error I'm getting is: RuntimeWarning: coroutine 'StdOutListener.on_status' was neve… Read more How Do I Async On_status From Tweepy?

Twitter Stream Api Gives Jsondecodeerror("expecting Value", S, Err.value) From None

I am using the stream API of Twitter (through tweepy) to collect tweets matching certain criteria, … Read more Twitter Stream Api Gives Jsondecodeerror("expecting Value", S, Err.value) From None

Show Retweeters Of A Twitter Status In Tweepy

I've been trying to find a way of doing the equivalent of: retweeters_of('twitterstatusid&#… Read more Show Retweeters Of A Twitter Status In Tweepy

Tweepy: AttributeError: 'tuple' Object Has No Attribute 'followed_by'

I am trying to make a 'simple' script that will unfollow users whom I am following that are… Read more Tweepy: AttributeError: 'tuple' Object Has No Attribute 'followed_by'