IgnoredAmbience / yahoo-group-archiver

Scrapes and archives a Yahoo groups email archives, photo galleries and file contents using the non-public API
MIT License
93 stars 46 forks source link

An offset for the downloaded data would be nice #57

Closed jmeile closed 4 years ago

jmeile commented 4 years ago

I saw this in another yahoo archiver: if you interrupt the transfer, then next time that you run the script it will continue where you were the last time. This could be easily implemented with a log file where you save the last processed file, ie: a message, an attachment, etc. Then next time you can just go directly were the transfer was interrupted. Since yahoo stores everything in order of creation, this wouldn't be any problem. Just a count variable. My two cents.

IgnoredAmbience commented 4 years ago

Will handle this with #42