Skip to main content

A command-line interface for Pastery, the best pastebin in the world.

Project description

BakeIt is a command line utility (and Python library) to Pastery, the best pastebin in the world. BakeIt aims to be simple to use and unobtrusive.

Installation

To install from PyPI, use pip:

pip install bakeit

For development, clone the repository and use uv:

git clone https://github.com/skorokithakis/bakeit.git
cd bakeit
uv sync
uv run bakeit

You are done!

Usage

Using BakeIt is similarly easy. First, create a file with your Pastery API key in ~/.config/bakeit.cfg, like so:

[pastery]
api_key = eisha8ahqui7Aesh0fasyu8HFsdo

Then, just pass the file you want to upload to the bakeit command:

$ bakeit myfile.txt
Paste URL: https://www.pastery.net/oniasd/

You can also pipe stuff to it:

$ cat myfile.txt | grep hello | bakeit
Paste URL: https://www.pastery.net/oxczvs/

The config file

A full config file can look like this:

[pastery]
api_key = eisha8ahqui7Aesh0fasyu8HFsdo
duration = 2880

The api_key parameter, as explained above, is mandatory. You can find it at the bottom of your Pastery account page.

The duration parameter is optional. If set, it will be used as the default duration for every new paste. The command-line argument takes precedence over this parameter, though, so you can change it per-paste when invoking bakeit.

Usage as a Python library

BakeIt provides the PasteryUploader class:

>>> from bakeit import PasteryUploader
>>> pu = PasteryUploader("your API key")
>>> pu.upload("this is the text to upload")
"https://www.pastery.net/pabtus/"

PasteryUploader accepts the following arguments:

  • body - The body of the paste.

  • title (optional) - The title to give the paste.

  • language (optional) - The language the paste is in. Pastery will attempt to autodetect this if omitted.

  • duration (optional) - The number of minutes to keep this paste for.

  • max_views (optional) - The number of views to keep this paste for.

Happy pasting!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bakeit-0.2.4.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bakeit-0.2.4-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file bakeit-0.2.4.tar.gz.

File metadata

  • Download URL: bakeit-0.2.4.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bakeit-0.2.4.tar.gz
Algorithm Hash digest
SHA256 6c64b0dc4a6d8b148ae6c6fac93006fd47ad40e2306701eda3d8b8fdc9e9250e
MD5 d0e3303e244210be45de27cd595962ea
BLAKE2b-256 6dc162e742bb1a6fe4b9b878f147826abb3a8323f2c1cb0fa1ed4e28f6799d6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bakeit-0.2.4.tar.gz:

Publisher: publish-pypi.yml on skorokithakis/bakeit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bakeit-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: bakeit-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bakeit-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 35f0da9487c306f9d5c0119113d2dd0012f816e521193618bb4f67076f377d01
MD5 5b3f1c296c96a8796fcb162c2d09e5c1
BLAKE2b-256 8a4b4d79df94e13097efa15f88ca85af6270b6cf611ce37e8620bb2adebc2e46

See more details on using hashes here.

Provenance

The following attestation bundles were made for bakeit-0.2.4-py3-none-any.whl:

Publisher: publish-pypi.yml on skorokithakis/bakeit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page