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.85k stars 2.73k forks source link

Twint not fetching Beyond 22 august 2021 #1266

Open ahmed991 opened 3 years ago

ahmed991 commented 3 years ago

Issue Template

Please use this template!

Initial Check

No similar issue found

Make sure you've checked the following:

Command Ran

import twint import nest_asyncio nest_asyncio.apply() config = twint.Config() config.Search = "#gis" config.Limit=10000

config.Hide_output=True

config.Until = '2016-12-07'

config.Since = '2021-08-01' config.Store_object = True

twint.run.Search(config)

now you will have some tweets

tweets_as_objects = twint.output.tweets_list

Please provide the exact command ran including the username/search/code so I may reproduce the issue.

Description of Issue

Please use as much detail as possible. t.co/i4nXyn9TC5 1429340378696716291 2021-08-22 12:11:16 +0500 Opportunities for Geographic Information Systems Technician in Pacific, MO #Pacific #GIS #GISTech Apply →: https://t.co/jHgPrMjV9r https://t.co/HVEmFTlJYJ 1429326875789127680 2021-08-22 11:17:37 +0500 #GIS Representation of #Covid_19 scenario for #India for 22th August 2021,prepared by @CSIR_NEERI Total Vaccination till date 58,14,89,377 (+52,23,612) Active Cases in last 24 hrs - 30,545 #CoronaVirusUpdates @PMOIndia #coronavirus #StayHome #COVID19nsw #CovidVic #CovidVaccine https://t.co/sxZwbKnQ1C 1429310797809868800 2021-08-22 10:13:44 +0500 Any recommendations for free online courses for learning Python? #Python #GIS 1429296533405642752 2021-08-22 09:17:03 +0500 #OpenSource Web- #GIS Development Roadmap https://t.co/B9b2B6cXBL #APIs #SoftwareDevelopment #TechJunkieNews https://t.co/wvCa7DU4Yv 1429283432337526785 2021-08-22 08:24:59 +0500 @wormmaps If they would just stay up on latest #GIS technology trends, it would help a lot, and wouldn’t cost nearly as much! 1429281827164917760 2021-08-22 08:18:37 +0500 Y ahora sí que se generaban todas las etiquetas aunque tuviera valores nulos :) #QGIS #GIS 🗺️ https://t.co/ELrGTvup7F [!] No more data! Scraping will stop now. found 0 deleted tweets in this search. as we can see, it stops at 22 august 2021

Environment Details

Using Windows, Running this in Anaconda Jupyter Notebook

Antanskas commented 2 years ago

@klojohn solution worked like a charm! (windows)