Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vimeo/vimeo.py

Official Python library for the Vimeo API.
https://github.com/vimeo/vimeo.py

vimeo vimeo-api

Last synced: 3 days ago
JSON representation

Official Python library for the Vimeo API.

Awesome Lists containing this project

README

        

#

[![PyPi](https://img.shields.io/pypi/v/PyVimeo.svg?style=flat-square)](https://pypi.python.org/pypi/PyVimeo/)
[![License](https://img.shields.io/pypi/l/PyVimeo.svg?style=flat-square)](https://pypi.python.org/pypi/PyVimeo/)

# Interacting with the Vimeo API using Python
This is a simple Python library for interacting with the [Vimeo API](https://developers.vimeo.com).

## Before you start
### Get started with the Vimeo API
If you’re new to Vimeo APIs, check out [Getting Started: The Basics](https://developer.vimeo.com/api/start) before diving into the content on this page.

## Install the Python library
This package is called [PyVimeo](https://pypi.python.org/pypi/PyVimeo/) on PyPI. To install PyVimeo, run the following command:

pip install PyVimeo

## Advanced examples
To see examples of the most common use cases of the Python library, visit our [Python Examples Library](https://developer.vimeo.com/api/libraries/examples/python).

## Legacy Python library
An earlier version of this library used a different, more involved ORM syntax. If you’d like to access this earlier version, visit the [Legacy ORM](https://github.com/vimeo/vimeo.py/releases/tag/orm-tornado) page in GitHub.

## Support
To troubleshoot an issue, reach out to [Vimeo Support](https://vimeo.com/help/contact).