bitbucket-approver

This is the approver client for bitbucket approver


License
MIT
Install
pip install bitbucket-approver==1.0.2

Documentation

Bitbucket Approver

This is the Python implementation of bitbucket approver client. The server is here

Usage

Installation

pip install bitbucket_approver

Config file

You need a config.toml file for configuration like below:

token = "YOUR TOKEN"
server = "Approver Server"
proxy = "socks5://localhost:1080"

Start client

bitbucket_approver ~/config.toml