Twint: CRITICAL:root:twint.run:Twint:Feed:noDataExpecting

Created on 21 Sep 2020  路  11Comments  路  Source: twintproject/twint

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

c = twint.Config()
c.Limit = 100

c.Store_csv = True

c.Output = "none.csv"

c.Lang = "en"
c.Search = "Dental Care OR Oral Health OR Dentist experience" #Dental #Care"

Description of Issue

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

image

Environment Details

Using Windows, Linux? What OS version? Running this in Anaconda? Jupyter Notebook? Terminal?
MacOS Catalina, running on anaconda and using jupyter notebook

All 11 comments

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.

I work around a provisional solution using snscrape snscrape

Check my ipynb ihere

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.

Was this page helpful?
0 / 5 - 0 ratings