mirror of
https://github.com/r4sas/PBinCLI
synced 2025-01-09 06:18:00 +00:00
PrivateBin CLI on python 3
pbincli | ||
.gitignore | ||
pbincli.py | ||
README.md | ||
requirements.txt |
PBinCLI
PrivateBin CLI (in development)
Installing
$ virtualenv --python=python2.7 venv
$ . venv/bin/activate
$ pip install -r requirements.txt
Using
Edit self.server = 'http://paste.r4sas.i2p/'
in pbincli/transports.py
to your server.
Run inside venv
command python pbincli.py send
. It will send string Test!
to PrivateBin.