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.64k stars 2.72k forks source link

#Missing tweets in results #1427

Open julian-atlasovich-iris opened 2 years ago

julian-atlasovich-iris commented 2 years ago

Initial Check

If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'twint' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please only submit issues related to 'twint'. Thanks.

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.

c = twint.Config()
c.Limit = 2000 c.Since = '2021-08-01' c.Until = '2022-05-23' c.Hide_output = True c.Count = True c.Search = 'abrdn'
twint.run.Search(c)

output [+] Finished: Successfully collected 284 Tweets.

Description of Issue

The number of tweets collected is lower than they should be. There is a limit of 2000 but not all tweets are being read. A simple test to see there are more tweets is to change c.Since = '2022-05-01' and see than in only 1 month there are about 300 tweets. In the twitter website you can see more tweets than what is being returned

Environment Details

Windows, plain python file

Nesu1313 commented 2 years ago

Hi Julian, I have the same issue. Hopefully this gets fixed fast.....

sbowl001 commented 2 years ago

I have the same issue