Skip to content

Web Scraping the issues from Personal Repository for GitHub and GitHub Enterprise #56350

Answered by aahouzi
adrdediu asked this question in Enterprise
Discussion options

You must be logged in to vote

To retrieve the content of issues from your repositories, using the GitHub API is the recommended and preferred method. The GitHub API provides a reliable and efficient way to programmatically interact with GitHub repositories, including accessing issue data.

By using the GitHub API, you can make requests to fetch issue information, including their titles, bodies, comments, labels, and other relevant data. This allows you to extract the necessary content and store it in a database for later retrieval and analysis.

Using the GitHub API also ensures that you stay within the permitted rate limits set by GitHub, preventing excessive requests that could overload the servers. The rate limits he…

Replies: 2 comments

This comment was marked as spam.

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Enterprise Discussions related to GitHub Enterprise Cloud and Enterprise Server Question
3 participants