Skip to content

cossio/Pasteee.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pasteee.jl - Julia API for Paste.ee

License codecov

Paste.ee is a free version of Pastebin with SSL, IPv6, and an easy to use API. This package provides a Julia wrapper around the Paste.ee API (see https://pastee.github.io/docs/).

Installation

This package is registered. Install with:

using Pkg
Pkg.add("Pasteee")

Related

Pastebin Julia wrapper: https://github.com/cossio/Pastebin.jl. Note that Pastebin has some limitations, such as 10 pastes / day for guest accounts (see https://pastebin.com/faq#11a). Paste.ee does not have these limitations.