bookie_api is a Python implementation of the Bookie API and a command-line client to interact with our Bookie installation.
Commands
The initial commands are admin related I need to help run and operate the https://bmark.us installation.
Getting Started
You need to create a .bookierc in your home directory with your username, api key, and api url for the site.
[main]
username=admin
api_key=12345678
api_url=https://bmark.us/api/v1
Commands
# check out the help for each command level
$ bookie --help
$ bookie invite --help
$ bookie invite set --help
# check your configuration by making a ping request
$ bookie ping
# list the users and their number of invites
$ bookie invite list
# set 'someuser' to have 10 invites
$ bookie invite set -u someuser -i 10
Product's homepage
Requirements:
· Python