twitter-scraper icon indicating copy to clipboard operation
twitter-scraper copied to clipboard

Has Twitter headers expired?

Open skywd opened this issue 4 years ago • 8 comments

Unable to get user tweets and basic information

skywd avatar Aug 12 '20 07:08 skywd

same problem here and I tried other similar twitter scrapper without twitter API recently and got None. Maybe they've update something.

ggdog007 avatar Aug 12 '20 15:08 ggdog007

Seems as though they have completely phased out requesting that page with XML. Request returns 400 error for me now.

reverse avatar Aug 12 '20 15:08 reverse

https://github.com/bisguzar/twitter-scraper/issues/140

saizoukun avatar Aug 14 '20 01:08 saizoukun

Same

TheMulti0 avatar Aug 14 '20 08:08 TheMulti0

Same Returns 400

caligoig avatar Aug 14 '20 16:08 caligoig

Seems like it has to do with a change in the Twitter API (v2), I can see that right now you cannot view tweets without logging in.

TheMulti0 avatar Aug 18 '20 08:08 TheMulti0

@TheMulti0 Yes indeed. Here is an alternative without authentification : scweet. I'll add more features in he next days (images links ...).

Altimis avatar Dec 19 '20 07:12 Altimis

@TheMulti0 Yes indeed. Here is an alternative without authentification : scweet. I'll add more features in he next days (images links ...).

Good job! I might use it as a fallback engine as selenium is slower than the api.

Looks like a neat library!

TheMulti0 avatar Dec 19 '20 09:12 TheMulti0