Skip to main content

A Python client for the Gfycat API

Project description

A Python client for the Gfycat API.

PyPI version

Installation

pip install gfycat

Getting Started

from gfycat.client import GfycatClient

client = GfycatClient()

# Example request
client.upload_from_file('willsmith.gif')

Error Handling

  • GfycatClientError - General error handler, access message and status code via

from gfycat.error import GfycatClientError

try
    ...
except GfycatClientError as e
    print(e.error_message)
    print(e.status_code)

GfycatClient Functions

Uploads

  • upload_from_url(url)

  • upload_from_file(filepath)

Query a GFY for URLs and more information

  • query_gfy(gfyname)

Check if a link has been already converted

  • check_link(link)

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

gfycat-0.1.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

gfycat-0.1.3-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

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