Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vimeo/vimeo.py
- Owner: vimeo
- License: apache-2.0
- Created: 2013-12-13T20:22:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T19:44:14.000Z (6 months ago)
- Last Synced: 2024-05-13T20:54:54.382Z (6 months ago)
- Topics: vimeo, vimeo-api
- Language: Python
- Homepage: https://developer.vimeo.com
- Size: 181 KB
- Stars: 210
- Watchers: 39
- Forks: 85
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).