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

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

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