momodrock

twit.php

Jan 18th, 2014
7,970
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <?php
  2. require_once("twitterbot.php");
  3. $gay = new rieqyns13;
  4. $gay->keyword="hacker maho"; //kata kunci tweet yg ingin dicari
  5. $gay->count_search=13; //jumlah tweet yg ingin dicari
  6. $gay->fav_tweet=true; //fitur favorite tweet, TRUE=aktif, FALSE=tidak aktif
  7. $gay->re_tweet=true; //fitur re tweet, TRUE=aktif, FALSE=tidak aktif
  8. $gay->consumer_key="***********";
  9. $gay->consumer_secret="***********";
  10. $gay->access_token="***********";
  11. $gay->access_token_secret="***********";
  12. $gay->bot();
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment