279 Commits

Author SHA1 Message Date
Dr.Lt.Data
e5a8f150e5 update DB 2024-04-20 01:13:22 +09:00
Dr.Lt.Data
2cd8f7a986 update DB 2024-04-19 20:52:44 +09:00
Dr.Lt.Data
3c40abe955 update DB 2024-04-18 23:34:19 +09:00
Dr.Lt.Data
828463c57f update DB 2024-04-18 21:51:26 +09:00
Dr.Lt.Data
8363a80c48 update DB 2024-04-17 23:47:21 +09:00
Dr.Lt.Data
6ac418e818 update DB 2024-04-17 00:27:03 +09:00
Dr.Lt.Data
a856d857a7 update DB 2024-04-16 22:12:50 +09:00
Dr.Lt.Data
6608afe314 update DB 2024-04-15 20:39:48 +09:00
Dr.Lt.Data
156d9e7fcc update DB 2024-04-14 14:59:39 +09:00
Dr.Lt.Data
7a3d432a92 update DB 2024-04-13 16:09:40 +09:00
Dr.Lt.Data
2907c8b4fc update DB
update script
2024-04-12 21:47:54 +09:00
Dr.Lt.Data
31f9c8795f update DB 2024-04-12 21:24:12 +09:00
Dr.Lt.Data
8a330ccc0a update DB 2024-04-11 22:27:57 +09:00
Dr.Lt.Data
2e138784ec update DB 2024-04-11 03:16:55 +09:00
Dr.Lt.Data
3a8d0fe862 update DB 2024-04-10 15:20:03 +09:00
Dr.Lt.Data
7a841dce1d update DB 2024-04-09 21:25:38 +09:00
Dr.Lt.Data
e28cc6254c update DB 2024-04-09 20:59:27 +09:00
Dr.Lt.Data
b738abbe39 update DB 2024-04-08 23:41:41 +09:00
Dr.Lt.Data
d0f8419441 update DB 2024-04-08 01:09:08 +09:00
Dr.Lt.Data
12ca3d612f update DB 2024-04-07 10:14:07 +09:00
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