Skip to main content

Simple image uploader

Project description

About

Microservice for uploading all insecure images to Imgur by url.

Use Redis as cache backend and metadata storage.

Installation

Install uwsgi and python3 plugin:

sudo apt-get install uwsgi uwsgi-plugin-python3

Make virtualenv:

cd /opt
pyvenv-3.4 img_service
source img_service/bin/activate

Install from PyPI:

pip install imgtohttps

Create config file for app:

[uwsgi]
plugins = python34
master = true
enable-threads = true
processes = 4
module = imgtohttps.application:app
virtualenv = /opt/img_service
chdir = /opt/img_service
touch-reload = /opt/img_service/reload
env=APP_SETTINGS=settings.Production

Connect to nginx:

server {
    listen          127.0.0.1:2100;
    access_log off;
    location / {
        uwsgi_pass  unix:/run/uwsgi/app/img_service/socket;
        include             uwsgi_params;
    }
}

Usage

Request:

curl -X POST -H "Content-Type: application/json" -d '{"url": "http://example.com/image.png"}' http://localhost:2100

Response:

{"url": "https://i.imgur.com/AxQwu0h.png"}

Error:

{"error": "Some error message"}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imgtohttps-0.5.2.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

imgtohttps-0.5.2-py2.py3-none-any.whl (7.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file imgtohttps-0.5.2.tar.gz.

File metadata

  • Download URL: imgtohttps-0.5.2.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for imgtohttps-0.5.2.tar.gz
Algorithm Hash digest
SHA256 fd0c2eb35d1cdd26494d0e022338d67261fd6eab076413b5ac599ce3bfb1a971
MD5 16afe3c45b2315ec020c99a1349063c6
BLAKE2b-256 f57d3f8109a235b29d7c0e2d5b20ffec50efcafce72bd8e8360ac0b366561957

See more details on using hashes here.

File details

Details for the file imgtohttps-0.5.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for imgtohttps-0.5.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f43008a90b155407392ed5a3cdb85f5fdb92aee51997c8debc1b6081cff17a90
MD5 942cec0b101a5081a342943fca555ef9
BLAKE2b-256 c3cc4c57b51ed3bfe5f848701bb9158ca181efd5223d4204342416a92e609e99

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page