twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.84k stars 2.73k forks source link

Twint limited tweets show #1288

Open pietruele opened 3 years ago

pietruele commented 3 years ago

Issue Template

Please use this template!

Initial Check

twint has limits

Make sure you've checked the following:

Command Ran

Please provide the exact command ran including the username/search/code so I may reproduce the issue. twint -u sabc --since 2020

Description of Issue

Twints does not give me all the tweets from 2020

Environment Details

Using Windows 10 & the terminal

Kesantielu commented 3 years ago

Same issue

bensilver95 commented 3 years ago

Same issue here!

Dentordev commented 3 years ago

I think that the problem of limited tweets might be a loading issue with the site I have noticed similar results when using the requests module on other websites with tweets It might be a good idea to try finding ways to load everything else on the twitter page to get more of the tweets

LinqLover commented 3 years ago

Duplicate of #1261?

bensilver95 commented 3 years ago

The solution that @klojohn suggested in #1266 worked for me on a mac, but not on Linux (which is strange, since they said it worked for them on Linux). I have not tried it on Windows.

christineeeeee commented 3 years ago

The solution that @klojohn suggested in #1266 worked for me on a mac, but not on Linux (which is strange, since they said it worked for them on Linux). I have not tried it on Windows.

i also got the same issue on linux, tried the solution in #1266 and didn't work. would really appreciate if someone could fix this error or provide solution.