Skip to content

brianshea2/bytebin.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An amnesic, binary-compatible pastebin with simple API

Usage

POST data to https://bytebin.org, get a bin code. GET https://bytebin.org/<code> to retrieve and immediately delete a bin.

$ echo 'Hello!' | curl --data-binary @- https://bytebin.org
{
  "bin": "123456",
  "url": "https://bytebin.org/123456"
}

$ curl https://bytebin.org/123456
Hello!

Features

  • All bins are deleted after retrieval or one hour
  • Bin codes are six-digit hex strings, case-insensitive
  • All bytes are welcome, up to 64KB

About

a binary-compatible pastebin with simple API

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors