PyGithub
PyGithub copied to clipboard
Get repo url
How can I get a repo url?
You're looking for clone_url or html_url most likely.
svn_url also returns the repository URL but I'd not use it as it seems meant for a different purpose.
@Razboinicul can you be a bit more specific? Can you share some code so we now where you are stuck? Have you had a look into the examples?