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

Pagination for messages retrieval #56

Closed IgnoredAmbience closed 4 years ago

IgnoredAmbience commented 4 years ago

Fetch message metadata 1000 records at a time using the messages endpoint pagination fields. Split up achive_email function to more easily permit partial downloads in future.

Fixes #15, #54 (finally)