Jefferson-Henrique / GetOldTweets-python

A project written in Python to get old tweets, it bypass some limitations of Twitter Official API.
MIT License
1.35k stars 808 forks source link

Not working #280

Open THAVASIGTI opened 4 years ago

THAVASIGTI commented 4 years ago

https://twitter.com/i/search/timeline?f=tweets&q={0}

not working this link

{'errors': [{'message': 'Sorry, that page does not exist', 'code': 34}]}

itsayushisaxena commented 4 years ago

https://twitter.com/i/search/timeline?f=tweets&q={0}

not working this link

{'errors': [{'message': 'Sorry, that page does not exist', 'code': 34}]}

https://github.com/AyushiiSaxena/Get_Old_Tweets-Python This will surely help you :)

HurmetNoka commented 3 years ago

@itsayushisaxena , the second link you provided: the solution doesnt work!

itsayushisaxena commented 3 years ago

@itsayushisaxena , the second link you provided: the solution doesnt work! @HurmetNoka please check again, it works. https://github.com/itsayushisaxena/Get_Old_Tweets-Python And, The below link is the solution for not older than seven days. https://github.com/itsayushisaxena/Tweet-retrieval-for-Sentiment-Analysis

BradKML commented 3 years ago

Calling out everyone for help @PetraAvramovic @vdpb20 @anishzute @parikshitghosh3 @TheRealKeyboardWarrior @libbyh @dlbt96

It seems that Jefferson is getting quieter, and the Twint project (an alternative to GOT) is facing several compatibility issues. If possible, can someone gather all the new features and support can create an active community fork of this?

BradKML commented 3 years ago

There are people who rely on the API like @itsayushisaxena https://github.com/taspinar/twitterscraper But an important caution: the API is a cruel mistress, and that users can be easily reprimanded.

The other major top alternative is https://github.com/jonbakerfish/TweetScraper

BradKML commented 3 years ago

Oh also https://github.com/bisguzar/twitter-scraper and https://github.com/Altimis/Scweet exists.