dellelce / srcget

Download software (at the moment only the latest *stable*) source
4 stars 2 forks source link

Use GitHub API #16

Closed dellelce closed 8 months ago

dellelce commented 4 years ago

GitHub allows extract releases and tags through open access api:

Current filter can replaced with a filter reading one of the above.

dellelce commented 4 years ago

initial working filters have been added in master by the following commit:

https://github.com/dellelce/srcget/commit/f5644b7b5355d7a8c4dca9dfaa1e05e208235a85

dellelce commented 4 years ago

While testing for the migration of the current packages on github (141 out of about 500) I found that the Rate-Limit for non-authenticated calls is just 60 per hour this is VERY VERY low and may require to add add an option authentication method for use with github filter.

dellelce commented 8 months ago

Due to the rate-limit issue with the Github API I am closing this