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

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

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?

Multiproccessing Twitter Api Calls Using Python

I want to do multiproccesing on twitter search API. I have got the code below and it do 1 call ever… Read more Multiproccessing Twitter Api Calls Using Python

Python - Waiting For Variable Change

I have a Python script that opens a websocket to the Twitter API and then waits. When an event is p… Read more Python - Waiting For Variable Change

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

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?

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?

401 Error Using The Streaming Features Of Twitter Api (through Tweepy)

I've got an application which takes advantage of a number of features of the Twitter API. I'… Read more 401 Error Using The Streaming Features Of Twitter Api (through Tweepy)

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 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

How Could I Solve This Error To Scrape Twitter With Python?

I'm trying to do a personal project for my portfolio, I would like to scrape the tweets about t… Read more How Could I Solve This Error To Scrape Twitter With Python?

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'

How Could I Solve This Error To Scrape Twitter With Python?

I'm trying to do a personal project for my portfolio, I would like to scrape the tweets about t… Read more How Could I Solve This Error To Scrape Twitter With Python?

Using Regular Expression In Twitter API

I am using Tweepy Library in Python to search for tweets. I am wondering, if I can use regular expr… Read more Using Regular Expression In Twitter API

Python Twitter Api() Not Found Error

I'm trying to use the python-twitter module, but still having problems initiating the twitter.A… Read more Python Twitter Api() Not Found Error

How Do I Make Sure A Twitter Bot Doesn't Retweet The Same Tweet Multiple Times?

I'm writing a simple Twitter bot in Python and was wondering if anybody could answer and explai… Read more How Do I Make Sure A Twitter Bot Doesn't Retweet The Same Tweet Multiple Times?

Can't Register Webhook For Twitter Account Activity API [python3]

I'm trying to set up a Twitter app using the Account Activity API, to replace my old set up whi… Read more Can't Register Webhook For Twitter Account Activity API [python3]

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

Python: LookupError: Unknown Encoding: Hex

I'm using a Twitter API called Tweepy. It has been working fine, then I rebooted the server and… Read more Python: LookupError: Unknown Encoding: Hex