-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
No more data! Scraping will stop now. - Cannot fetch more tweets using twint #1295
Comments
Same issue. |
same issue here. i could only fetch ~90 tweets including "apple" and "$aapl" for one day, which is not possible... |
Have we tried selenium or requests HTML? They have the ability to scroll down and render more of what is hidden |
I am also facing the same issue. |
Same issue here. Running Twint on MacOS (Big Sur 11.4) from the command line. |
Same issue here with Python 3.9.6 on Windows 10 with roughly the same code (get all tweets for one username), having just ran |
Same issue here - using Python 3.10.0 on MacOS (Big Sur 11.6) from the command line ++ I also tried fetching tweets that I know exist from 2018 = Twint immediately returns "no more data" message |
+1 Ubuntu, python 3.8.10, both I've tried --resume, doesn't matter. cmd I'm running: |
Seems like it's only pulling the last 7 days for me, so I believe I have the same issue. |
same issue here, checked out the latest version and it only give 20-80 tweets running on linux. |
I was having the same issue, where a search with the exact same parameters would pull a random number of tweets between 0 and 60 (same top tweets each time, so what was random was where it stopped) As per #1319, I deleted the hashtag in line 92 of url.py and it now works with no problem. |
I'm only getting a certain amount of tweets as well...any ideas? |
Friends, I changed the typed_query on lines 135 and 136 in url.py and the twint started to work, but only the last week's data is coming. How can we remove this limit? How can I get more history and more |
Did anyone find a solution or work around? |
I'd like to spend some time doing a deep-dive on the code to figure out why it's not working. I don't have much info on how twint works; maybe the nature by which is interacts with Twitter, twitter has limited it's functionality so twint can't work properly? |
pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint
;Command Ran
In jupyter notebook, I enter the following config code:
Description of Issue
Based on twint official documentation, it should not be hard to fetch the most recent 3200 tweets from a specific user. However, my problem is: after I run the config code, I only get the most recent 20-60 tweets. Something must be wrong and hope to get some.
Environment Details
Mac. I am running this code on Jupyter Notebook
The text was updated successfully, but these errors were encountered: