Xavier Álvarez

Results 1 issues of Xavier Álvarez

## What does this PR do? Added upload_image functionality for both posts and stories ``` from PIL import Image from instagram_private_api import Client api = Client(username=...,password=...) with Image.open('/Users/kn0wm4d/Desktop/test.jpg') as img:...