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, use pip:

pip install 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.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distributions

bakeit-0.2.1-py2.7.egg (9.4 kB view details)

Uploaded Source

bakeit-0.2.1-py2-none-any.whl (7.4 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: bakeit-0.2.1.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bakeit-0.2.1.tar.gz
Algorithm Hash digest
SHA256 10e3d5038354c3ffab394dcc7ad970f366382345b32713ed048e964fc1b72f1b
MD5 839c359a6de1e55a8d5ccbcfd661706e
BLAKE2b-256 f4cd5729c1a4f15c2298b45a096b605a6e88f78159fb1e25c99a1dbc33d94f89

See more details on using hashes here.

File details

Details for the file bakeit-0.2.1-py2.7.egg.

File metadata

  • Download URL: bakeit-0.2.1-py2.7.egg
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bakeit-0.2.1-py2.7.egg
Algorithm Hash digest
SHA256 e6183523395c11d565726014e2f7cf8c819eb549786773531cae3cdd2b8c570b
MD5 4b96a26f2bb30d174df8f8134baf12a5
BLAKE2b-256 65fa435414da7d82e930d41d09cc93fefd63408a231d667fb8e5252ec85b77d7

See more details on using hashes here.

File details

Details for the file bakeit-0.2.1-py2-none-any.whl.

File metadata

File hashes

Hashes for bakeit-0.2.1-py2-none-any.whl
Algorithm Hash digest
SHA256 0c36cc298463a58bf06a2659a9fcca25dbf2df500cd56a42fc580cc4892377f7
MD5 ecd213d222ab178a86fa2f3255e6d5bf
BLAKE2b-256 b70634cedb5ca129d7d5ea3bc4a0067255798e1aeec62c907a7bd8a36c82b52d

See more details on using hashes here.

Supported by

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