BitBucket connector

This commit is contained in:
Zimmerberger Markus
2025-11-11 10:49:25 +01:00
parent eb35817a8d
commit fdd87834ff
2 changed files with 78 additions and 2 deletions
+2 -2
View File
@@ -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)