twitter-scraper
twitter-scraper copied to clipboard
Has Twitter headers expired?
Unable to get user tweets and basic information
same problem here and I tried other similar twitter scrapper without twitter API recently and got None. Maybe they've update something.
Seems as though they have completely phased out requesting that page with XML. Request returns 400 error for me now.
https://github.com/bisguzar/twitter-scraper/issues/140
Same
Same Returns 400
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 Yes indeed. Here is an alternative without authentification : scweet. I'll add more features in he next days (images links ...).
@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!