Spark-NF / twitter_media_downloader

Twitter media downloader.
Apache License 2.0
293 stars 52 forks source link

Set the start and end time? #9

Closed zzzop closed 5 years ago

zzzop commented 5 years ago

Thanks for your work. The downloader is very useful. I just want to download the content of the last month. Is it possible?

Spark-NF commented 5 years ago

Hello

Currently, there is no such feature, the script will scrap everything the account posted without restraint. I guess it could be considered as a feature improvement to add a few things:

And maybe in addition (has to see how feasible it is considering the current code):

Spark-NF commented 5 years ago

Done!

You'll find the new options --since, --since-id, --until, and --until-id explained in the README.

zzzop commented 5 years ago

So nice, thank you, Spark-NF. appreciate your taking the time.