# \[ANN\] Pastebin.jl: A Julia wrapper around the Pastebin API

**URL:** https://discourse.julialang.org/t/ann-pastebin-jl-a-julia-wrapper-around-the-pastebin-api/75859
**Category:** Package Announcements
**Created:** [February 5, 2022, 1:45pm UTC](https://discourse.julialang.org/t/ann-pastebin-jl-a-julia-wrapper-around-the-pastebin-api/75859 "2022-02-05T13:45:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [February 5, 2022, 1:45pm UTC](https://discourse.julialang.org/t/ann-pastebin-jl-a-julia-wrapper-around-the-pastebin-api/75859/1 "2022-02-05T13:45:39Z")

</div>

Hi all, I’m registering Pastebin.jl, a simple wrapper around the Pastebin API ([https://github.com/cossio/Pastebin.jl](https://github.com/cossio/Pastebin.jl)).

See the docs: [Home · Pastebin.jl](https://cossio.github.io/Pastebin.jl/dev/).

It is based on [https://github.com/molnarmark/Pastebin.jl](https://github.com/molnarmark/Pastebin.jl), which had not been updated for some time.  
I forked this repo (with permission from the original author) and made it compatible with Julia 1.

A use case I have in mind is to store separate long logs generated from CI runs and have them accessible in Pastebin by key. For example in docs, to avoid things like this: [https://cossio.github.io/RestrictedBoltzmannMachines.jl/stable/literate/MNIST/MNIST/#Parameter-initialization](https://cossio.github.io/RestrictedBoltzmannMachines.jl/stable/literate/MNIST/MNIST/#Parameter-initialization).

I thought this could be useful in general so I went on and registered it.
