PBinCLI ===== #### [PrivateBin](https://github.com/PrivateBin/PrivateBin/) CLI 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 --text "Hello!" Or use stdin input to read text for paste: $ ./cli send - <