All Projects → jirutka → haste-client

jirutka / haste-client

Licence: MIT License
CLI client for haste-server (hastebin.com) written in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to haste-client

pastebin-api
A very simple pastebin npm package to interact with the pastebin api!
Stars: ✭ 20 (+53.85%)
Mutual labels:  pastebin, hastebin
Jawbreaker
A Python obfuscator using HTTP Requests and Hastebin.
Stars: ✭ 50 (+284.62%)
Mutual labels:  pastebin, hastebin
imperial
Official mono-repo for https://imperialb.in/
Stars: ✭ 35 (+169.23%)
Mutual labels:  pastebin, hastebin
SourceBin
💻 Sharing code made easy
Stars: ✭ 48 (+269.23%)
Mutual labels:  pastebin, hastebin
pasthis
Simple stupid pastebin
Stars: ✭ 36 (+176.92%)
Mutual labels:  pastebin
BLUELAY
Searches online paste sites for certain search terms which can indicate a possible data breach.
Stars: ✭ 24 (+84.62%)
Mutual labels:  pastebin
paperplanes.nvim
Neovim ✈️ Pastebins
Stars: ✭ 50 (+284.62%)
Mutual labels:  pastebin
Snippet-Share
This is a snippet sharing app that can be used to share snippets of code and more.
Stars: ✭ 41 (+215.38%)
Mutual labels:  pastebin
pb
pb; a command line pastebin service helper (12 supported services)
Stars: ✭ 22 (+69.23%)
Mutual labels:  pastebin
gisht
Gists in the shell
Stars: ✭ 23 (+76.92%)
Mutual labels:  pastebin
PastebinMarkdownXSS
XSS in pastebin.com and reddit.com via unsanitized markdown output
Stars: ✭ 84 (+546.15%)
Mutual labels:  pastebin
ctrl-v
📋 a modern, open-source pastebin with latex and markdown rendering support
Stars: ✭ 93 (+615.38%)
Mutual labels:  pastebin
letterpress
A nefarious keylogger for Ubuntu. Encrypts keylogs and uploads to pastebin.
Stars: ✭ 22 (+69.23%)
Mutual labels:  pastebin
VSCode-ShareCode
Share Code is an Extension for Visual Studio Code. You can find it on marketplace.
Stars: ✭ 30 (+130.77%)
Mutual labels:  pastebin
cowyodel
Easily move things between computers with a code phrase and https://cowyo.com 🐮 💬
Stars: ✭ 58 (+346.15%)
Mutual labels:  pastebin
PastaBean
Python Script to Scrape Pastebin with Regex
Stars: ✭ 0 (-100%)
Mutual labels:  pastebin
rustypaste
A minimal file upload/pastebin service.
Stars: ✭ 102 (+684.62%)
Mutual labels:  pastebin
pinnwand
A Python pastebin that tries to keep it simple.
Stars: ✭ 91 (+600%)
Mutual labels:  pastebin
pastebin-bot
Advanced functional Pastebin Telegram Bot made using better-pastebin and TelegrafJS. This bot will help you to create pastes (Texts) on Pastebin which is a text cloud.
Stars: ✭ 16 (+23.08%)
Mutual labels:  pastebin
AsyncWebSocketClient
php异步websocket客户端
Stars: ✭ 35 (+169.23%)
Mutual labels:  client

CLI Haste client

version

A simple client for Haste server written in Python.

Installation

Use pip or easy_install:

pip install haste-client

Gentoo users can use haste-client ebuild from CVUT Overlay.

Haste client needs Python 2.6+ or 3.x (it was tested on 2.7, 3.3 and 3.4) and following modules:

Usage

Text can be passed to haste via stdin or a file. TTY is also supported.

haste FILE
cat FILE | haste

URL of the created entry is then printed to STDOUT.

Configuration

Haste client reads configuration variables from ~/.hastec and /etc/hastec.conf (in this order, first wins). When no such file or the particular variable exists, then default values are used:

server_url = http://hastebin.com
timeout = 3

License

This project is licensed under MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].