Skip to content Skip to sidebar Skip to footer
Showing posts with the label Github3.py

Is There A Way To Get Tag Objects Instead Of Reference Ones When Listing Tags From A Repository?

I'm able to successfully list tags from a repository using github3 using: repo.iter_refs(subspa… Read more Is There A Way To Get Tag Objects Instead Of Reference Ones When Listing Tags From A Repository?

Typeerror: 'githubiterator' Object Does Not Support Indexing

Using github3.py, I want to retrieve the last comment in the list of comments associated with a pul… Read more Typeerror: 'githubiterator' Object Does Not Support Indexing