-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for --until #81
Comments
It could be implemented, but it wouldn't really gain anything. However, for Twitter specifically, you can use Twitter's proper |
Thank you for this great tool, it's a savior! About the "since" argument - is there a way to implement it in a script as well, as an argument to snscrape.modules.twitter.TwitterUserScraper()? Or should it be added as a condition after snscrape.modules.twitter.TwitterUserScraper() has finished running? |
There are two ways to do that (without wasting time scraping things you're not actually interested in):
|
It worked, thank you so much!:)) |
Closing this; see my first comment for the rationale. |
Any reason this works for TIA! You, @JustAnotherArchivist, are just about the most patient and responsive maintainer I've ever come across! :-)
|
Happy to help! I'm glad this work is finally getting some use outside of the immediate use case I wrote it for. :-) |
can we give time to until and since |
Another tool I have used, GetOldTweets3, supports not only the
--since
DATE flag, but also--until
DATE, allowing a twitter scrape to focus between two dates. Syntax simply looks like--since 2015-05-24 --until 2015-08-23
Would it be possible to enable this for snscrape?
The text was updated successfully, but these errors were encountered: