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.64k stars 2.72k forks source link

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

Open muhammad-yasir opened 3 years ago

muhammad-yasir commented 3 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

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

aariassanta commented 3 years ago

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.

pvhk commented 3 years ago

Twitter just killed the legacy without login and JS enabled.

francarranza commented 3 years ago

Twitter just killed the legacy without login and JS enabled.

And what does it mean? Is there any workaround? Thanks

tahmidrashid commented 3 years ago

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

abbod commented 3 years ago

I have the same problem, what is the solution?

doganaltintas commented 3 years ago

I have the same problem.

DolevAlgam commented 3 years ago

Same here.

guilherme-sal commented 3 years ago

I work around a provisional solution using snscrape snscrape

Check my ipynb ihere

westinbrevard commented 3 years ago

See #917

sukioral commented 3 years ago

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?

JeffBarron commented 3 years ago

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.

stankasala commented 3 years ago

CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects' sleeping for 15 secs CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects' sleeping for 15 secs CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects' sleeping for 27.0 secs CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects' sleeping for 64.0 secs CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects' sleeping for 125.0 secs CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects' sleeping for 216.0 secs CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects' sleeping for 343.0 secs CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects' sleeping for 512.0 secs

This is the error i am getting on console while retrieving tweets from the twitter accounts and for some users it worked properly but after that it is showing on the console as above

Any solution for above ?