Skip to main content

Gyazo API client

Project description

# Pyazo
Gyazo API client implemented by python.

# Required
requests

Gyazo access token.

(You can register your application from [here](https://gyazo.com/oauth/applications).)

# Install

from pypi

```
pip install
```

# Usage
```
from pyazo import Pyazo
p = Pyazo('MYACCESSTOKEN', client_id='MYCLIENT_ID')
# get images
p.images()

# upload image
p.upload('path/to/img.jpg')

# delete image
p.delete('image_id')

# get oEmbed url
p.oembed('image.url')

# upload with Gyazo session(requires client_id)
p.upload_eash_auth('image.url', 'referer.url')
```

Gyazo API detail is [here](https://gyazo.com/api/docs).

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

pyazo-0.0.2.tar.gz (1.2 kB view hashes)

Uploaded Source

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