Airbyte Github Connector for AI platforms
Project description
Airbyte Github AI Connector
GitHub is a platform for version control and collaborative software development using Git. This connector provides access to repositories, branches, commits, issues, pull requests, reviews, comments, releases, organizations, teams, and users for development workflow analysis and project management insights.
Example Questions
- Show me all open issues in my repositories this month
- List the top 5 repositories I've starred recently
- Analyze the commit trends in my main project over the last quarter
- Find all pull requests created by [teamMember] in the past two weeks
- Search for repositories related to machine learning in my organizations
- Compare the number of contributors across my different team projects
- Identify the most active branches in my main repository
- Get details about the most recent releases in my organization
- List all milestones for our current development sprint
- Show me insights about pull request review patterns in our team
Unsupported Questions
- Create a new issue in the project repository
- Update the status of this pull request
- Delete an old branch from the repository
- Schedule a team review for this code
- Assign a new label to this issue
Installation
uv pip install airbyte-ai-github
Usage
from airbyte_ai_github import GithubConnector, GithubAuthConfig
connector = GithubConnector(
auth_config=GithubAuthConfig(
access_token="...",
refresh_token="...",
client_id="...",
client_secret="..."
)
)
result = connector.repositories.get()
Documentation
| Entity | Actions |
|---|---|
| Repositories | Get, List, Search |
| Org Repositories | List |
| Branches | List, Get |
| Commits | List, Get |
| Releases | List, Get |
| Issues | List, Get, Search |
| Pull Requests | List, Get, Search |
| Reviews | List |
| Comments | List, Get |
| Pr Comments | List, Get |
| Labels | List, Get |
| Milestones | List, Get |
| Organizations | Get, List |
| Users | Get, List, Search |
| Teams | List, Get |
| Tags | List, Get |
| Stargazers | List |
| Viewer | Get |
| Viewer Repositories | List |
For detailed documentation on available actions and parameters, see REFERENCE.md.
For the service's official API docs, see Github API Reference.
Version Information
Package Version: 0.18.12
Connector Version: 0.1.1
Generated with connector-sdk: d79da1e7d5da9e96429846d6f7c66023c6be4888
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airbyte_ai_github-0.18.12.tar.gz.
File metadata
- Download URL: airbyte_ai_github-0.18.12.tar.gz
- Upload date:
- Size: 99.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b0f1fd2e867ed8e852ccb37784cbadd49997631966792cfb28a08c8258b5bd5
|
|
| MD5 |
2ce82cc966e1b06829df697e74ad95e5
|
|
| BLAKE2b-256 |
4ed1129527512a6367ef7660268bfb0a4e5b7fc4189209c530fc0ca02eb1c1b9
|
File details
Details for the file airbyte_ai_github-0.18.12-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_github-0.18.12-py3-none-any.whl
- Upload date:
- Size: 129.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9107d80a23e6d0e003c3060c2d60c188edf8aace21a91a5cb16184c89bed2a25
|
|
| MD5 |
b56d8618cd5e83554c7c68306c1b90bf
|
|
| BLAKE2b-256 |
5f104a0ee4fcfea8b7d37260d34000d63f4038a89c1e490bd400d6ac1b7a6a8c
|