In library_index_raw.json, there are 77 versions with bitbucket repository and 161 versions with gitlab repository.
Maybe we don't support gitlab/bitbucket APIs but at least badge generators like https://shields.io/badges/ can provide info which we don't support directly.
Another idea could be to parse the stars count, etc information from these badge generators. This is possible as these badge generators give out an SVG file, which can be read to parse the output.
In library_index_raw.json, there are 77 versions with bitbucket repository and 161 versions with gitlab repository.
Maybe we don't support gitlab/bitbucket APIs but at least badge generators like https://shields.io/badges/ can provide info which we don't support directly.
Another idea could be to parse the stars count, etc information from these badge generators. This is possible as these badge generators give out an SVG file, which can be read to parse the output.