You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 😃
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.The text was updated successfully, but these errors were encountered: