Live data from Hacker News

Show HN: I built a chatbot that lets you talk to any GitHub repository

sentientdocs.com

1–10 of 16 posts

Re: Show HN: I built a chatbot that lets you talk to any GitHub repository

#7
post #5
post #4

why do you want me to sign in via github?

Requesting read and write access to all repos public and private no less.

The GitHub api doesn't allow for read only to private repos :(

Needs to be this way or no access to private repos. I can add the possibility to choose if people have a problem with the permissions

Re: Show HN: I built a chatbot that lets you talk to any GitHub repository

#9
post #5

Earlier quoted context omitted.

Requesting read and write access to all repos public and private no less.

The GitHub api doesn't allow for read only to private repos :( Needs to be this way or no access to private repos. I can add the possibility to choose if people have a problem with the permissions

Yes, I'd rather not share access to my private repos with an untrusted party. I would like to try it with public ones though

Re: Show HN: I built a chatbot that lets you talk to any GitHub repository

#10
post #5

Earlier quoted context omitted.

Requesting read and write access to all repos public and private no less.

The GitHub api doesn't allow for read only to private repos :( Needs to be this way or no access to private repos. I can add the possibility to choose if people have a problem with the permissions

You could add an option for the user to paste a token (fine grained etc) to retrieve only from repositories they grant via the token (and never write access)- and they can revoke at any time.
Post reply on HN