Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
74 questions
Filter by
Sorted by
Tagged with
1vote
1answer
671views

How to handle GitHub search API rate limits

I'm building an automated script to do some recurring search using GH search API. However I hit the "Secondary" rate limit sometimes. For referece I'm using github3.py library.So my ...
po5i's user avatar
  • 558
0votes
0answers
59views

Is the GitHub API down or am I doing something wrong?

I am attempting to use the github3 Python API and am encountering authentication errors when attempting to acess profile information.To reproduce (after sudo pip install github3.py): from github3 ...
Ginger's user avatar
0votes
1answer
213views

How to solve exception 410 in python?

I am working to extract issues data from a repo on Github using Github3.py.The following is a part of my code to extract issues from a repo:I used these libraries in the main code:from github3 ...
Balive13's user avatar
1vote
0answers
87views

List of repositories that use github3 library

I am moving to github3 after spending a lot of time on GitHub API v3 and also trying PyGithub. No doubt, github3 is super fast, uses GitHub rate limit extremely efficiently and closely resemble native ...
jaspu's user avatar
0votes
1answer
837views

How to put labels on new pull request using github3.py?

I saw that github3.py still doesn't have the attribute labels on Repository.create_pull() as in Repository.create_issue(). But there is the property labels on ShortPullRequest created. So I tried:...
staticdev's user avatar
1vote
1answer
1kviews

How to get all merged pull requests since last tag was added using github3.py?

I am trying to identify all merged pull-requests that happened since last release was made. A release always has a tag, so the logic is to find any pull-requests that happened after that tag was ...
sorin's user avatar
  • 173k
1vote
0answers
73views

Github3.py returns only issues till May 2020 (1000 issues) but I need for past 2 years and then wish to plot using Line Chart

import github3, json, os.pathgh = github3.login(token="d6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")#Access token REPO = 'angular'#name of repository...
0votes
1answer
268views

GitHub App access to other repositories in organization

I have a Github App created under an organization and is installed to a repository under the same organization. This app needs read access to other repositories in the same organization for fetching ...
Sirish Kumar Bethala's user avatar
1vote
1answer
337views

GItHub App access to repositories in organization

I have a Github App created under an organization and is installed to a repository under same organization. I tried reading a file from the same repository after authenticating using github3 ...
Sirish Kumar Bethala's user avatar
0votes
1answer
60views

Can't have authorization for the app_installations methode

I'm working on a github application and my actual task is to retrieve list of github user account / github organization on which the app has been installed.So basically, I'll be using the ...
1vote
2answers
2kviews

How to obtain the github organization and repository name from a local clone repository with python?

Apparently github3 module does require you to feed it github organization and repository name as is not able to guess them based on your current repository.I also checked the https://pypi.org/...
sorin's user avatar
  • 173k
0votes
1answer
123views

Clone a Githubenterprise Repo using python libraries

I am using github3.py library for my remaining code modules.So if possible can we use github3.py lib for cloning a repo or any other python library is also good.
0votes
1answer
711views

Is there a way to include github3.py as an Ansible Playbook library or module, without installing via pip?

My playbook needs to be able to support adding a tag to a github repository when a production deployment is performed. The intent is to automate the generation of a release tag via Ansible's built in ...
Link's user avatar
7votes
4answers
3kviews

Issue with JWT token authentication in PyGithub

I want to create a github app in python, and I'm stuck at the authentication part. Since they don't support python by default, I have to use a third party library. After I generate the JWT token I can ...
ilo's user avatar
  • 312
1vote
1answer
411views

Github3.py 1.3.0 Get timestamp for commit

I looked through the documentation and even the source code and I can't seem to figure out how to get the timestamp of a commit using the github3.py library. I'm, pretty sure it's there because, well, ...
Kai Arakawa's user avatar

153050per page
1
2345

Hot Network Questions

more hot questions
Newest github3.py questions feed

[8]ページ先頭

©2009-2025 Movatter.jp