jollyra / hubot-commit-streak

A hubot script that shows who has the longest github streak in your org
https://www.npmjs.com/package/hubot-commit-streak
MIT License
3 stars 0 forks source link

Add best streak #9

Open jollyra opened 8 years ago

jollyra commented 8 years ago

Not just live streaks since these are often a bunch of zeros

jollyra commented 8 years ago

The main problem with this is performance. The only way to accurately scrape a user's longest streak off of their github user page is to use the 'longest streak' span under the contributions calendar. It takes a LONG time to get a user's full github page.

Calculating longest streak via the contributions calendar can be inaccurate if a user's longest streak was achieved more than a year ago.