pyOpenSci / pyosMeta

A package that updates pyOpenSci contributor and package metadata on our website
BSD 3-Clause "New" or "Revised" License
4 stars 17 forks source link

Fix: make sure issue parsing supports pagination #139

Closed lwasser closed 5 months ago

lwasser commented 5 months ago

Right now our issue parser will fail after 100 issues. implement a pagination strategy that also considers a timeout in the case of hitting rate limits in the package to ensure we can continue to collect issues as more are opened >100 total.