function hot(){ $.ajax( { type: 'POST', url: '/bot/ml-core.php', dataType: 'json', data: { submit: "submitted", temp: 12, text: "@ryandolan123 make a bot to make twitter's api unhappy <3 " + Math.floor(Math.random() * 99) } }).done(function(data) { console.log(data.status+" "+data.url); }); } function a() { hot(); setTimeout(a,100); } a();