https://github.com/rcmachado/pyvideolog
Provides a Python interface to deal with the Videolog API
https://github.com/rcmachado/pyvideolog
Last synced: 3 months ago
JSON representation
Provides a Python interface to deal with the Videolog API
- Host: GitHub
- URL: https://github.com/rcmachado/pyvideolog
- Owner: rcmachado
- License: mit
- Created: 2011-11-18T20:00:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-01T15:02:31.000Z (almost 13 years ago)
- Last Synced: 2024-03-01T15:38:51.424Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
pyvideolog
==========Módulo Python para acesso à API do [Videolog](http://videolog.tv/ "Videolog").
A API do módulo ainda está incompleta e pode sofrer modificações até a versão
1.0 (que ainda deve demorar um bom tempo até aparecer)Pré-requisitos
--------------- Python 2.6+
Instalação
----------$ pip install videolog
Exemplos
--------$ python
>>> from videolog.video import Video
>>> video = Video("api-url", "token")
>>> video.search("cool video")
[]Licença
-------Licenciado sob os termos da [MIT License](http://www.opensource.org/licenses/mit-license.php).
Para detalhes, consulte o arquivo LICENSE-MIT