Please use this template!
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:
pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint;c = twint.Config()
c.Limit = 100
c.Lang = "en"
c.Search = "Dental Care OR Oral Health OR Dentist experience" #Dental #Care"
I tried to run the above-mentioned code. I am trying to retrieve all tweets that contain "dental care" or "Oral health" or "dental experience". I searched on the twitter and there are good number of tweets present on above-mentioned keywords. However, when I ran the above code, I got the following message

Using Windows, Linux? What OS version? Running this in Anaconda? Jupyter Notebook? Terminal?
MacOS Catalina, running on anaconda and using jupyter notebook
Same problems since last week, and tried to run as before in a Mac and even tried with several Docker images with the same results.
Twitter just killed the legacy without login and JS enabled.
Twitter just killed the legacy without login and JS enabled.
And what does it mean? Is there any workaround? Thanks
Twitter just killed the legacy without login and JS enabled.
And what does it mean? Is there any workaround? Thanks
Might want to look at this:
https://github.com/twintproject/twint/pull/917
I have the same problem,
what is the solution?
I have the same problem.
Same here.
See #917
See #917
It seems it is not successful. I tried the codes there but turned out still getting sleeping... Can you work out the result?
I disabled the sleeping by commenting out line 113 #time.sleep(delay)in run.py. I also added a break under it. This fixed the issue for me in how I'm using twint.