Currently, this project supports crawling GitHub only from public GitHub (github.com) repositories by using the standard GitHub API. However, organizations using GitHub Enterprise often have custom base URLs (e.g., https://github.mycompany.com/api/v3) and this is not currently configurable.
The tool should allow additional configuration options so that users can specify a custom GitHub API base URL, instead of being hard-coded to github.com. This will enable support for GitHub Enterprise repositories and ensure wider compatibility for enterprise users.