https://github.com/ravencentric/privatebin
Python library for interacting with PrivateBin's v2 API (PrivateBin >= 1.3) to create, retrieve, and delete encrypted pastes.
https://github.com/ravencentric/privatebin
paste pastebin privatebin
Last synced: 10 months ago
JSON representation
Python library for interacting with PrivateBin's v2 API (PrivateBin >= 1.3) to create, retrieve, and delete encrypted pastes.
- Host: GitHub
- URL: https://github.com/ravencentric/privatebin
- Owner: Ravencentric
- License: mit
- Created: 2025-03-11T09:59:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T16:03:29.000Z (11 months ago)
- Last Synced: 2025-07-22T11:28:20.497Z (11 months ago)
- Topics: paste, pastebin, privatebin
- Language: Python
- Homepage: https://privatebin.ravencentric.cc/
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# privatebin
[](https://pypi.org/project/privatebin/)





[](https://codecov.io/gh/Ravencentric/privatebin)
Python library for interacting with PrivateBin's v2 API (PrivateBin >= 1.3) to create, retrieve, and delete encrypted pastes.
## Installation
`privatebin` is available on [PyPI](https://pypi.org/project/privatebin/), so you can simply use [pip](https://github.com/pypa/pip) to install it.
1. To install the core library:
```sh
pip install privatebin
```
2. To install the CLI:
- With [`pipx`](https://pipx.pypa.io/stable/) or [`uv`](https://docs.astral.sh/uv/guides/tools/#installing-tools) (recommended)
```sh
pipx install "privatebin[cli]"
```
```sh
uv tool install "privatebin[cli]"
```
- With [`pip`](https://pip.pypa.io/en/stable/installation/)
```sh
pip install "privatebin[cli]"
```
## Docs
Checkout the [quick start page](https://privatebin.ravencentric.cc/quick-start/) and the [API reference](https://privatebin.ravencentric.cc/api-reference/client/).
## License
Distributed under the [MIT](https://choosealicense.com/licenses/mit/) License. See [LICENSE](https://github.com/Ravencentric/privatebin/blob/main/LICENSE) for more information.