Advertisement
fadhiilrachman

Instagram Bot Auto Respond Mention Simsimi

Sep 2nd, 2016
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function IG_respondMentionSimsimi() {
  2.   var url = "https://api.fadhiilrachman.id/instagram/respondMentionSimsimi.php?",
  3.   opt = {
  4.     "method": "GET",
  5.     "payload": {
  6.     },
  7.     "muteHttpExceptions": true,
  8.     "followRedirects" : true,
  9.   },
  10.   username='YOUR_USERNAME_HERE', password='YOUR_PASSWORD_HERE', limit='1';
  11.   UrlFetchApp.fetch(url + 'username=' + username + '&password=' + password + '&limit=' + limit,opt);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement