-
-
Notifications
You must be signed in to change notification settings - Fork 954
-
I am writing a python script to get the discussion posts on a repo to built a GPT. However, I dont see the support to get the posts from discussions tab of the github repo.
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
Byron
Nov 15, 2023
GitPython
allows to interact with git
, not with GitHub. You probably look for a GitHub client.
Replies: 2 comments
-
GitPython
allows to interact with git
, not with GitHub. You probably look for a GitHub client.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
Byron
-
Thanks, @Byron!
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment