PBinCLI ===== [PrivateBin](https://github.com/PrivateBin/PrivateBin/) CLI (in development) Installing ----- ```bash $ virtualenv --python=python3 venv $ . venv/bin/activate $ pip install -r requirements.txt ``` Usage ----- Edit variables `server`, `proxies` and `useproxy` in `pbincli/settings.py` to your values. Run inside `venv` command: $ ./cli send -c "Hello!" Or use stdin input to read text for paste: $ ./cli send - <