Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

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

Open
moayadeldin opened this issue May 21, 2022 · 2 comments

Comments

@moayadeldin
Copy link

moayadeldin commented May 21, 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.

@abhalawat
Copy link

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

@sbowl001
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants