Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Not getting all the tweets. #97

Open
greencoder88 opened this issue Sep 17, 2020 · 7 comments
Open

Not getting all the tweets. #97

greencoder88 opened this issue Sep 17, 2020 · 7 comments

Comments

@greencoder88
Copy link

I'm trying to get tweets from multiple Twitter accounts during a given time period. I'm only getting a fraction of the tweets that I know are going out of the three accounts in a given period. Below is the code, what am I doing wrong, or what should be changed?

=================================

accounts = ['XXX','XXX','XXX']
for screenname in accounts:
tweetCriteria = got.manager.TweetCriteria().setUsername(screenname)
.setSince("2020-09-01")
.setSince("2020-09-16")
allTweets = got.manager.TweetManager.getTweets(tweetCriteria)
for tweet in allTweets:
print (tweet.date,tweet.permalink,tweet.text)

@Greatdane
Copy link

Not sure if its related, but since about 8 hours ago, I am not getting any tweets to work, just getting the following error;
An error occured during an HTTP request: HTTP Error 404: Not Found
When I open the link in the browser as it recommends, I am seeing tweets as usual.

I wonder if twitter changed something?

@awurman
Copy link

awurman commented Sep 18, 2020

I have the same problem @Greatdane . Any news?

@inactivist
Copy link

inactivist commented Sep 18, 2020

Not sure if its related, but since about 8 hours ago, I am not getting any tweets to work, just getting the following error;
An error occured during an HTTP request: HTTP Error 404: Not Found
When I open the link in the browser as it recommends, I am seeing tweets as usual.

I wonder if twitter changed something?

Not to pile on, but same thing as happening here, starting sometime today.

@lewisj34
Copy link

same thing with me!

@caiyishu
Copy link

Not sure if its related, but since about 8 hours ago, I am not getting any tweets to work, just getting the following error;
An error occured during an HTTP request: HTTP Error 404: Not Found
When I open the link in the browser as it recommends, I am seeing tweets as usual.

I wonder if twitter changed something?

The same with me. I repeatedly got the 404 Error since 8 hours ago.

@tahmidrashid
Copy link

Not sure if its related, but since about 8 hours ago, I am not getting any tweets to work, just getting the following error;
An error occured during an HTTP request: HTTP Error 404: Not Found
When I open the link in the browser as it recommends, I am seeing tweets as usual.
I wonder if twitter changed something?

The same with me. I repeatedly got the 404 Error since 8 hours ago.

Might as well look at this discussion:
#98

@aniketkapdule
Copy link

Use snscrape instead of GOT3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants