I am using Python to log into my Bitbucket Repository, using an app password.
I have reviewed the documentation for the Python Bitbucket module (https://atlassian-python-api.readthedocs.io/bitbucket.html), and I'm not sure what the project_list and project_key, and how to find them.
When I try to run 'bitbucket.project(key)', I get the error 'NameError: name 'key' is not defined'
What is the project(key) in a bitbucket repo?
Hi @Pramodh M ,
Thanks for the comment!
Ok, I see the Project Key in my Bitbucket:
So what is the proper code to get into a project folder?
x = Bitbucket.repo_list('AI')
print(x)
Or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.