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

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'

Python Regex Expression For Extracting Hashtags From Text

I'm processing some tweets I mined during the election and I need to a way to extract hashtags … Read more Python Regex Expression For Extracting Hashtags From Text

How To Download Twitter Feed

I am quite the novice when it comes to coding. How do I modify this sample code to download tweets… Read more How To Download Twitter Feed

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

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 Can I Use An Exception Inside An While Loop? List Index Out Of Range

I have the following function: def findTweetWith100PlusRTs(): global tweet_main while tweet… Read more How Can I Use An Exception Inside An While Loop? List Index Out Of Range

Fix Encoding Error With Loop In Beautifulsoup4?

This is a follow up to Focusing in on specific results while scraping Twitter with Python and Beaut… Read more Fix Encoding Error With Loop In Beautifulsoup4?

Ignoring Retweets When Streaming Twitter Tweets

I am trying to run a simple script that will stream live Tweets. Several attempts to filter out ret… Read more Ignoring Retweets When Streaming Twitter Tweets

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

Using Python, How To Use Collect Tweets (using Tweepy) Between Two Dates?

How can i use python and tweepy in order to collect tweets from twitter that are between two given … Read more Using Python, How To Use Collect Tweets (using Tweepy) Between Two Dates?

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

Tweepy Search Api Writing To File Error

Noob python user: I've created file that extracts 10 tweets based on the api.search (not stream… Read more Tweepy Search Api Writing To File Error

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'

Acronym Replacement With It's Value Using Python

i have dictionary like that i need to replace acronyms in text with it's value in dictionary i … Read more Acronym Replacement With It's Value Using Python

"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

Pandas Max Value Index

I have a Pandas DataFrame with a mix of screen names, tweets, fav's etc. I want find the max v… Read more Pandas Max Value Index

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?

Extracting @mentions From Tweets Using Findall Python (Giving Incorrect Results)

I have a csv file something like this text RT @CritCareMed: New Article: Male-Predominant Plasma Tr… Read more Extracting @mentions From Tweets Using Findall Python (Giving Incorrect Results)

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

Stripping Line Breaks In Tweets Via Tweepy

I'm looking pull data from the Twitter API and create a pipe separated file that I can do furth… Read more Stripping Line Breaks In Tweets Via Tweepy