Skip to content

Instantly share code, notes, and snippets.

View aitoehigie's full-sized avatar
📞
Call me on my Shell phone

Ejay Aito aitoehigie

📞
Call me on my Shell phone
View GitHub Profile
@aitoehigie
aitoehigie / ImageUploader.py
Last active October 17, 2019 02:57 — forked from tkrynski/ImageUploader.py
Python ImageUploader refactor
from PIL import Image
import base64
import requests
import mimetypes
from io import BytesIO
import redis
import socket
from uuid import uuid4
REDIS_CONNECTION = redis.Redis()