JPastebin
A complete pastebin.com API wrapper for Java
Install / Use
/learn @bravobit/JPastebinREADME
jPastebin
About
jPastebin is a complete pastebin.com API wrapper for Java. It's an implementation of the full pastebin API.
You can generate a paste with just a few lines!
Developer key
In order to use this API you´ll need a pastebin developer key.
Features
This API can do much more than just generating pastes.
- Creating pastes
- Getting trending pastes
- Getting pastes created by a user
- Deleting a paste
- Getting a users information and setting
- Getting raw paste contents
Documentation
This API wrapper is fully documentated! You can find the javadoc here.
Examples
Having trouble starting? Check out some examples to get you started.
Simple example
String developerKey = "INSERT DEVELOPER KEY HERE";
String title = "My first jPastebin paste!"; // insert your own title
String contents = "Hello world"; // insert your own paste contents
// paste, get URL & print
System.out.println(Pastebin.pastePaste(developerKey, contents, title));
More examples
You can find more advanced examples in the examples package
Issues
Having issues? Post a new issue.
Version
The current version of this API is v1.0. This API uses the latest official pastebin.com API.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
