X-lab2017 / open-digger

Open source analysis tools
https://open-digger.cn
Apache License 2.0
286 stars 84 forks source link

[Feature] Update user/repo info into meta.json #1374

Closed frank-zsy closed 1 year ago

frank-zsy commented 1 year ago

Description

Right now, all exported users and repos have a meta.json file to indicate the update timestamp, label info and etc.

Since GitHub API has rate limit for tokens, we can collect users and repos info and put into meta.json file for downstream apps to use. So they do not have to query the GitHub API in frontend. Although the data may not be up-to-date, it still solves lots of problems.

It can be implemented as a cron task.

frank-zsy commented 1 year ago

/self-assign