pip install thumbor thumbor -c thumbor.conf python import requests response = requests.get(url) with open('image_processed.jpg', 'wb') as f: f.write(response.content)