alexantoniades / bear-cli

A command-line tool for calling the Bearicade API (https://github.com/TA3/bearicade).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bear-cli

A command-line tool for calling the bearicade API (https://github.com/TA3/bearicade).

Install

git clone https://github.com/alexantoniades/bear-cli.git
cd bear-cli
pip3 install -r requirements.txt
alias bear="$(which python3) $(pwd)/bear.py"

bear --help

Usage

Create profile

bear add-profile -n <profile name> -k <api key>

Remove profile

bear remove-profile -n <profile name>

Call API

bear api -p <profile name> -a <action>

About

A command-line tool for calling the Bearicade API (https://github.com/TA3/bearicade).

License:MIT License


Languages

Language:Python 100.0%