Socket
Book a DemoInstallSign in
Socket

github.com/roland198412/bitbucket_api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/roland198412/bitbucket_api

Source
Go
Version
v0.0.0-20210820193134-72f355f2029c
Version published
Created
Source

Bitbucket V2 API - Total commits per user. All repositories

Simple GoLang script to obtain a total commit count per user/ author on all available Bitbucket repositories.

USAGE:

Set the following three environmental variables:

export BITBUCKET_USERNAME=<bitbucket_username>
export BITBUCKET_PASSWORD=<bitbucket_password>

#Your bitbucket role you are assigned to. e.g. admin, contributor, member, owner
export BITBUCKET_ROLE=admin 

Run the script

go run main.go

FAQs

Package last updated on 20 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts