All Projects → Vim-cn → Elimage

Vim-cn / Elimage

Licence: agpl-3.0
An image paste web service. (https://git.io/img)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Elimage

Emagnet
Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password together from recent uploads from https://pastebin.com. Bruteforce support for spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts
Stars: ✭ 688 (+309.52%)
Mutual labels:  pastebin
Nekobin
Elegant and open-source pastebin service
Stars: ✭ 61 (-63.69%)
Mutual labels:  pastebin
Pastepwn
Python framework to scrape Pastebin pastes and analyze them
Stars: ✭ 87 (-48.21%)
Mutual labels:  pastebin
Psitransfer
Simple open source self-hosted file sharing solution.
Stars: ✭ 712 (+323.81%)
Mutual labels:  pastebin
0bin
Client side encrypted pastebin
Stars: ✭ 1,051 (+525.6%)
Mutual labels:  pastebin
Pastebin Scraper
Live-scraping pastebin to fight boredom.
Stars: ✭ 66 (-60.71%)
Mutual labels:  pastebin
Paste
A sensible, modern pastebin.
Stars: ✭ 367 (+118.45%)
Mutual labels:  pastebin
Filite
A simple, light and standalone pastebin, URL shortener and file-sharing service
Stars: ✭ 125 (-25.6%)
Mutual labels:  pastebin
Pokepaste
A pastebin for competitive Pokemon
Stars: ✭ 58 (-65.48%)
Mutual labels:  pastebin
Mathbin
Math pastebin with LaTeX and Markdown support
Stars: ✭ 83 (-50.6%)
Mutual labels:  pastebin
Pastebin
Just another Pastebin.com CLI script, but you can even login with your user account.
Stars: ✭ 5 (-97.02%)
Mutual labels:  pastebin
Vinergy
CLI Pastebin within Vim energy (https://git.io/vn)
Stars: ✭ 49 (-70.83%)
Mutual labels:  pastebin
Nginx Pastebin
NGINX+Lua based pastebin for text
Stars: ✭ 70 (-58.33%)
Mutual labels:  pastebin
Cowyo
A feature-rich wiki webserver for minimalists 🐮 💬
Stars: ✭ 711 (+323.21%)
Mutual labels:  pastebin
Thunar Custom Actions
Custom actions for Thunar (or Nautilus) File manager
Stars: ✭ 109 (-35.12%)
Mutual labels:  pastebin
Pb
pb is a formerly-lightweight pastebin and url shortener
Stars: ✭ 448 (+166.67%)
Mutual labels:  pastebin
Webpaste.el
webpaste.el can paste whole buffers or parts of buffers to several pastebin-like services and supports failover if one service fails.
Stars: ✭ 67 (-60.12%)
Mutual labels:  pastebin
Paste.laravel.io
The Laravel.io Pastebin.
Stars: ✭ 135 (-19.64%)
Mutual labels:  pastebin
Bepasty Server
binary pastebin server
Stars: ✭ 111 (-33.93%)
Mutual labels:  pastebin
Nopaste
📋 Client-side paste service
Stars: ✭ 79 (-52.98%)
Mutual labels:  pastebin

An image paste service in favor of command line usage.

Usage

Run it

Before you run it, you should configure the logging database. Rename elimage.db.sample to match the one in config.py.

Run ./main.py to start the server.

By default it runs at port 8888, with /tmp as data directory to store image files. Try option --help to know how to change them.

You can change some options in file config.py.

Upload images

Use the command line to upload image files and you'll get result URL printed. You can specify multiple -F parameters for multiple image files. The name of the form field doesn't matter.

curl -F '[email protected]/to/image' http://<your_host>/

Requirement

  • Python 3.5+
  • The file command
  • tornado 3.2+
  • The qrencode command if you want support for QR-code output
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].