caarlos0 / starcharts

Plot your repository stars over time.
https://starchart.cc
1.25k stars 129 forks source link

"rate limited, please try again later" #118

Closed aheze closed 3 years ago

aheze commented 3 years ago

First off, thank you for making this awesome repo! It used to show a nice chart of the stargazers over time. But now it seems that every repo besides caarlos0/starcharts gets a "rate limited, please try again later" error.

In Chrome: Rate limited, please try again later

For example: https://starchart.cc/aheze/SupportDocs

caarlos0 commented 3 years ago

it can happen, unfortunately... nothing I can do.. eventually it'll cache things and work again

aheze commented 3 years ago

No problem! Again, thank you for the awesome repo!

caarlos0 commented 3 years ago

BTW, if you want you can run one of your own somewhere, only dep (and not mandatory) is redis for caching :)

Yiyiyimu commented 3 years ago

Hi @caarlos0 I think a good way to deal with this problem is to add an interface so users could upload their token to fetch the graph (but only for the first time they try to get the graph) like https://github.com/timqian/star-history

GitHub
timqian/star-history
The missing star history graph of github repos. Contribute to timqian/star-history development by creating an account on GitHub.
caarlos0 commented 3 years ago

yeah but I don't have time to implement it...