justinlittman / twitter-scraper

A tool for scraping tweet ids from the Twitter website.
MIT License
32 stars 10 forks source link

Update search URL to use "Latest" instead of "Top" #1

Closed igorbrigadir closed 7 years ago

igorbrigadir commented 7 years ago

More tweets show up with "Latest" https://twitter.com/search?f=tweets&q=from%3Agodtributes%20since%3A2017-02-10%20until%3A2017-02-22&src=typd as opposed to "Top" https://twitter.com/search?q=from%3Agodtributes%20since%3A2017-02-10%20until%3A2017-02-22&src=typd

Unfortunately i don't have a crawled set of IDs on hand that shows this difference - but it's mostly replies that show up under "Latest" that are sometimes missing in "Top"

justinlittman commented 7 years ago

Thanks @igorbrigadir!