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.85k stars 2.73k forks source link

"[!] No more data! Scraping will stop now. found 0 deleted tweets in this search." error while running search #1425

Open moayadeldin opened 2 years ago

moayadeldin commented 2 years ago

Issue Template

Please use this template!

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

configuration

config = twint.Config() config.Search = "modric" #search query

config.Lang = "en" #language

config.Limit = 100000 #number of tweets to fetch config.Pandas =True #store in pandas dataframe config.Since = str(since) config.Until = str(until) config.Output = "Store_csv" config.Store_csv = True

running search

twint.run.Search(config)

Description of Issue

the running search just gives me the following message most of the time "[!] No more data! Scraping will stop now. found 0 deleted tweets in this search."

and if it happened and error didn't appear then the fetched tweets number doesn't exceed like 40-50 tweets. Any idea how to solve this?

Environment Details

Windows 10, Google Colab Notebook.

abhalawat commented 2 years ago

Facing same issue.Did you find any solution to it?

sbowl001 commented 2 years ago

Same issue :/. Sometimes stuff shows if I narrow it down to 2 days. But results are still missing