You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
Hey guys, I am facing an issue both in CLI and in Jupyter related to twint. The command only returns 20 tweets. I am attaching here the command and also the output. Appreciate your help as there are more tweets than just 20. I have tried uninstalling and reinstalling and also tried upgrading python version to higher version but still facing an issue. Also tried various combinations of limit (multiples of 20, such as 80, 1000, etc.) but still no success. Highly appreciate help on this. From CLI also, the output file has only 20 tweets. If i do not specify until option then it starts the search from today's date and terminates after 20 tweets. Moreover, also for other search strings not specifying until options, the output returns only last 15 days of tweets if the count happens to be less than 20. Any help will be really appreciated.
Hey guys, I am facing an issue both in CLI and in Jupyter related to twint. The command only returns 20 tweets. I am attaching here the command and also the output. Appreciate your help as there are more tweets than just 20. I have tried uninstalling and reinstalling and also tried upgrading python version to higher version but still facing an issue. Also tried various combinations of limit (multiples of 20, such as 80, 1000, etc.) but still no success. Highly appreciate help on this. From CLI also, the output file has only 20 tweets. If i do not specify until option then it starts the search from today's date and terminates after 20 tweets. Moreover, also for other search strings not specifying until options, the output returns only last 15 days of tweets if the count happens to be less than 20. Any help will be really appreciated.
Command Line (without any limit argument)
twint -s "American Airlines" --since "2010-01-02" --until "2010-02-06" -o file.csv --csv
twint -s "American Airlines" --since "2010-01-02" --until "2010-02-06" --limit 80 -o file.csv --csv (with limit argument but still getting only 20 tweets)
Jupyter
The text was updated successfully, but these errors were encountered: