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

Get live streak and best streak from numbers not squares #8

Closed jollyra closed 8 years ago

jollyra commented 8 years ago

This should speed things up.

supermitch commented 8 years ago

:+1:

jollyra commented 8 years ago

This has the opposite effect - it's slows waaaay down. Turns out scraping a user's entire page is slower than scraping just a small svg.

I'm going to use the contribution calendar calculation for current streaks, but I'll have to use the full page scrape for longest streak.