twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

[Feature] Datetime support

Open Vichoko opened this issue 5 years ago • 1 comments

It could be great if -bd and -ed parameters could be Datetime fields instead of just Date. Because in some cases the minimum resolution (1 day) is too big to capture all the tweets in just one twitterscrapper. For example when an important event occur it's common that the twitter count rises.

I think maybe it isn't that difficult to implement and could be a great feature for these cases, as the command doesn't deliver partial results or a way to resume a failed scrap. Also there is no ETA or expected tweet number, so the usage time and limit parameter can be a little unpredictable.

Vichoko avatar Dec 04 '19 16:12 Vichoko

Hello. I've created pull request with that feature. You can try my fork https://github.com/taspinar/twitterscraper/pull/258

TrueCarry avatar Feb 01 '20 22:02 TrueCarry