alilleybrinker / langs-in-rust

A list of programming languages implemented in Rust, for inspiration.
859 stars 60 forks source link

Support getting updated data from the GitLab API. #46

Open alilleybrinker opened 2 years ago

alilleybrinker commented 2 years ago

Right now, the update.py program only supports pulling updates star count and activity data from the GitHub API, which means that any project hosted on GitLab (or another host, but we'll address that later) will be counted as having no stars and being inactive. Obviously this is wrong and ought to be corrected.

The solution would be to add code for requesting the relevant data from the GitLab API to the update.py program.

alilleybrinker commented 2 years ago

Right now it looks like this affects Inko and Iridium, which are both hosted on GitLab.

yorickpeterse commented 2 years ago

For Inko there's also a GitHub mirror (https://github.com/YorickPeterse/inko). While this isn't the canonical source (i.e. I don't accept pull requests there), it might be a simple temporary workaround to include Inko in the list again :smiley:

alilleybrinker commented 2 years ago

Hey good to know! Would you be willing to open a PR to make this change?

yorickpeterse commented 2 years ago

@alilleybrinker Sure!