#1425·twint

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

Author: moayadeldinCreated May 21, 2022Updated May 27, 2022

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:

  • [] Python version is 3.6;
  • [] Updated Twint with pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint;
  • [] I have searched the issues and there are no duplicates of this issue/question/request.

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.