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

c.Since and c.Until not getting all tweets #1281

Open romulocordova opened 3 years ago

romulocordova commented 3 years ago

I'm running

`import twint

search = input("What you search? ") csv_name = input("Name of file ")

c = twint.Config() c.Search = search c.Since = "2021-01-01" c.Store_csv = True c.Output = csv_name twint.run.Search(c) `

I know there are tweets rangin from january in the query i get into the c.Search, but some reason I'm only getting like 20 days since today.

Anyone with the same problem? I already updated Twint

DavidPerea commented 3 years ago

The same thing happens to me too.

arnaldo31 commented 3 years ago

yes that's also same happen so i used to iterate each day than using c.Since in order to scrape.

IMHUAZI commented 2 years ago

i have the same question. it seems that only recent 10day data can be scrapped. anyone can help me? how can i get more data?

sedanijay commented 2 years ago

The same thing happens to me too. @haccer @pielco11

ayman-tareq commented 2 years ago

I am facing the same issue.

bensilver95 commented 2 years ago

Same issue here. Anyone have any fixes or workarounds?

Dentordev commented 2 years ago

I am Dealing with the same problem

asdrubalivan commented 2 years ago

Same issue

bensilver95 commented 2 years ago

The solution that @klojohn suggested in #1266 worked for me on a mac, but not on Linux (which is strange, since they said it worked for them on Linux). I have not tried it on Windows.

CharlesXu123 commented 2 years ago

same issue still, the fix is not working, only get about 20~90 tweets

vgewilliam commented 2 years ago

I got the same problem, Anyone has some solutions?

asdrubalivan commented 2 years ago

In all honesty, I moved to snscrape https://github.com/JustAnotherArchivist/snscrape

El mié, 16 mar 2022 a la(s) 05:17, vgewilliam @.***) escribió:

I got the same problem, Anyone has some solutions?

— Reply to this email directly, view it on GitHub https://github.com/twintproject/twint/issues/1281#issuecomment-1068901883, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIQW5U22BG5E4GTROC4ATDVAGRLXANCNFSM5E4GEWIQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

-- Asdrúbal Iván Suárez Rivera