Commit Graph

509 Commits

Author SHA1 Message Date
Dr.Lt.Data
658b472556 update DB 2024-04-06 22:51:10 +09:00
Dr.Lt.Data
35b906f57f update DB 2024-04-06 13:21:59 +09:00
Dr.Lt.Data
fdcbfc4d36 update DB 2024-04-06 01:15:10 +09:00
Dr.Lt.Data
6b42eec703 update DB 2024-04-05 00:37:31 +09:00
Dr.Lt.Data
2a94c76bc6 update DB
script patch
2024-04-04 23:11:12 +09:00
Dr.Lt.Data
3151cc96ff update DB
fix: scanner - invalid cache expiration logic
2024-04-03 20:30:56 +09:00
Dr.Lt.Data
37c91225de update script
update DB
2024-04-03 00:43:47 +09:00
Dr.Lt.Data
98b942b7f0 scanner patch
fix: invalid check logic of rate limit
improve: cache expiration time
2024-04-02 23:51:58 +09:00
Liu Sida
abae9638ac
Add GitHub stats for custom nodes (#533)
* Add GitHub stats fetching feature
- Added PyGithub package to requirements.txt for GitHub API interaction
- Updated .gitignore to ignore github-stats-cache.json
- Produced github-stats.json for storing GitHub stats
- Modified scanner.py to include the GitHub stats fetching process

* Add sorting for 'GitHub Stars' and 'Last Update' columns

- Fetch 'GitHub Stars' and 'Last Update' data when getting the custom node list.
- Display 'GitHub Stars' and 'Last Update' information in the UI.
- Implement sorting functionality for these two columns, allowing users to sort both in descending and ascending order.

* fix: scanner - prevent stuck when exceed rate limit

---------

Co-authored-by: Dr.Lt.Data <dr.lt.data@gmail.com>
2024-04-02 20:56:09 +09:00