Scripts posted recently tagged to api in Kelpi

1- 10 of 10.

fotos de eibar gracias al API de panoramio

to panoramio api json jsonp by nando.quintana

<html>
<head>
  <script type="text/javascript">
    function json(url)
    {

Mostrar datos en tiempo real sobre la reproducción de un video de Youtube

to youtube api html javascript by nando.quintana

<p>BEGIN</p>
<script src="swfobject.js" type="text/javascript"></script>
<script src="key.js" type="text/javascript"></script>
<div id="ytapiplayer" style="z-index: -1;"> You need Flash player 8+ and JavaScript enabled to view this video. </div>
<script type="text/javascript">

Controles para reproducir y parar videos de toytube mediante el api

to youtube api html javascript by nando.quintana

<p>BEGIN</p>
<script src="swfobject.js" type="text/javascript"></script>
<script src="key.js" type="text/javascript"></script>
<div id="ytapiplayer" style="z-index: -1;"> You need Flash player 8+ and JavaScript enabled to view this video. </div>
<script type="text/javascript">

Comenzar a reproducir un video de youtube mediante Javascript

to youtube api html javascript by nando.quintana

<p>BEGIN</p>
<script type="text/javascript" src="swfobject.js"></script>
<script>
  function onYouTubePlayerReady(playerId)
  { 

Mostrar un video de yutube mediante javascript

to youtube api html javascript by nando.quintana

<p>BEGIN</p>
<script type="text/javascript" src="swfobject.js"></script>
<div id="ytapiplayer"> You need Flash player 8+ and JavaScript enabled to view this video. </div>
<script type="text/javascript">
var params = { allowScriptAccess: "always" };

Access Orkut friends with Google OpenSocial API

to google opensocial api javascript by nando.quintana

function onLoadFriends(dataResponse) {     // do something with the dataResponse   }  

function getData() 
{
   document.getElementById('message').innerHTML = 'Requesting friends...';

Nestoria API 1.11 Python Wrapper

to python nestoria api wrapper by nando.quintana

#!/usr/local/bin/python
import simplejson
from urllib2 import urlopen
from urllib import urlencode
NESTORIA_API_URL = "http://api.nestoria.co.uk/api"

A Kelpi API wrapper in Perl

to perl api wrapper kelpi by spiros

#!/usr/bin/perl 
use warnings;
use strict;
use Data::Dumper;
use HTTP::Request::Common;

kelpi api example

to perl api example by spiros

#!/usr/bin/perl -w
use strict;
print "This is an example!\n";

Posting to Kelpi through the API

to python kelpi api by kelpi

#!/usr/bin/python
"""Usage:

./kelpi_api.py title src tags user password
"""
hits counter