BitBucket connector
This commit is contained in:
@@ -9,9 +9,9 @@ pat = "OTAyMTM3MjY0MjE0Ovz6bu0ti1TlEdSegmmiWiJ2wGeD"
|
||||
bitbucket = Bitbucket(
|
||||
url=host,
|
||||
username='zim9003', # Assuming you need authentication
|
||||
password='3S1punk08_113$', # Use token for authentication
|
||||
password='3S1punk08_114$', # Use token for authentication
|
||||
)
|
||||
|
||||
repos = bitbucket.repo_list('BAUWB')
|
||||
repos = bitbucket.repo_list('WRGWR')
|
||||
for repo in repos:
|
||||
print(repo)
|
||||
Reference in New Issue
Block a user