javatarz / github-contribution-leaderboard

Helps build a Hacktoberfest leaderboard on command line
Apache License 2.0
5 stars 10 forks source link

Reduce API calls #46

Closed javatarz closed 5 years ago

javatarz commented 5 years ago

only fetching PR details for PRs which are within the target date

Remove multiprocessing to remove the open file handle count issue when a large number of usernames are provided

Checklist