How can I retrieve my GitHub comments

Ben

I there a way to retrieve my GitHub comments? I've posted some comments in many repository issues to asks questions, and I've found the answers by myself so I want to share my answers.

jrbedard

Using the GitHub API, you can get comments on issues:

GET /repos/:owner/:repo/issues/:number/comments

You can use GAPIGUI to make API calls without coding.

Or if you just use the search feature using type:issue in the query, search for:

commenter:Ben type:issue

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I force user to update my android app with Github?

How can I remove HTML comments in my Facelets?

How can I find all public comments for a Github user?

How can I tell who forked my repository on GitHub?

How can I retrieve the SVN Changeset comments for a Jenkins build?

How can I deal with comments in my AST?

How can I prevent the cloning of my github repository?

How can I add code from Github into my Codepen project?

How can I retrieve data from Firebase to my adapter

How to find comments that I react "Like" on github

How can I get notifications when someone comments on my commit on GitHub?

How can I retrive facebook comments commented on my website?

Zapier cli : how can I retrieve my pushed source code?

How can I keep comments when minifying my React code?

How can I retrieve nested firebase data in my ios app?

How can I push my code to a new repository on Github in Intellij?

How can I add a secret in GitHub Actions using my terminal?

How can I batch archive all GitHub repositories in my account?

How can I use Jekyll with my domain, but hosted on GitHub?

How can I push project in specific folder in my GitHub repository?

How can I retrieve a list of changes for my Java web app?

How best can I retrieve all comments for a given chat room in Firebase on the web?

How can I retrieve my Geopoint object from firestore

how can I retrieve data from my backend in a table with reactjs?

How can I delete my repository in GitHub?

how can I easily apply my changes to a cloned github repository?

How Can I Retrieve a Python Script From GitHub

How can I retrieve the content of my jquery datatable in c#?

How can I configure GitLab and GitHub ssh key on my PC