https://github.com/dkm/python-vimeo
Python module for using Vimeo's API v2
https://github.com/dkm/python-vimeo
Last synced: about 1 year ago
JSON representation
Python module for using Vimeo's API v2
- Host: GitHub
- URL: https://github.com/dkm/python-vimeo
- Owner: dkm
- Created: 2009-07-15T20:08:38.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T07:04:16.000Z (about 13 years ago)
- Last Synced: 2025-02-28T22:35:27.771Z (over 1 year ago)
- Language: Python
- Homepage: http://www.kataplop.net/pub/projets/python
- Size: 247 KB
- Stars: 58
- Watchers: 8
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This a python module for using Vimeo's API.
This is a complete rewrite of the previous version. Support
for v2 API is underway. Currently, do not expect anything.
For debugging purprose, I heavily rely on hurl (http://hurl.it/).
The author of this website is also the author of the python module for oauth used here.
INSTALL
-------
Regular python distutils:
$ python setup.py install prefix=/somewhere/in/the/universe
You can also create debian package:
$ dpkg-buildpackage
USAGE
-----
Not yet ! But you can check the vimeo-uploadv2.py and vimeo-query.py script.
They should (at least, I plan to) fulfil most requirements.
CONTRIBUTORS
------------
Thanks :)
mishk (for the 99% patch that reduced amazingly the code while still improving it greatly!)
Bengt Sj�l�n
Okke Formsma
"aseppala" on github