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

Unable to scrape on the specific timeframe [REQUEST] #1394

Open tlerksuthirat opened 2 years ago

tlerksuthirat commented 2 years ago

Initial Check

Command Ran

c = twint.Config() c.Search = "covid" c.Since = "2021-01-01" c.Until = "2021-02-01" c.Store_csv = True c.Pandas = True c.Lang = "en" twint.run.Search(c)

Description of Issue

It scrapes only the "until date".

Environment Details

Running this in Anaconda with Jupyter Notebook OS: Window

paontheinternet commented 2 years ago

+1 we are experiencing the same issue

AmanajasLG commented 2 years ago

Any solution for this?

SSAnne95 commented 2 years ago

I'm also experiencing a similar issue, where I am requesting a timeframe but only tweets from the current date are being pulled.