3rd-party-integrations / github-team-sync

Sync GitHub teams to groups in Active Directory, LDAP, Okta, OneLogin or AzureAD when using any authentication method for GitHub.
MIT License
201 stars 67 forks source link

Migrate from github3.py to ghapi #181

Open primetheus opened 1 year ago

primetheus commented 1 year ago

This replaces github3.py with ghapi for easier long-term support

fixes #83 fixes #115

Chocrates commented 1 year ago

Is github3.py no longer maintained?

primetheus commented 1 year ago

Is github3.py no longer maintained?

@Chocrates it's still maintained, but features lag behind GitHub's capabilities. Since ghapi is automatically generated from GitHub's API spec, it gives us better compatibility going forward with less to maintain