Questions tagged as 'tweepy'

1
answer

How to filter tweets (status) with tweepy (Cursor)

I took the following code from the book "Mastering social media mining with python", which saves all the tweets of a user in the JSON format. But I'd like it saved in json only tweets of a certain date. How to do? This is the code that saves...
asked by 11.09.2018 / 22:13
0
answers

Limitation on the number of characters Tweepy

I'm using Tweepy to fetch some tweets and I've noticed that it's stopping processing the phrase when it reaches a certain number of characters. Why does this happen and how do I get the whole sentence? for tweet in tweepy.Cursor(api.search,...
asked by 19.07.2018 / 17:58