Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement