Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- require_once("twitterbot.php");
- $gay = new rieqyns13;
- $gay->keyword="hacker maho"; //kata kunci tweet yg ingin dicari
- $gay->count_search=13; //jumlah tweet yg ingin dicari
- $gay->fav_tweet=true; //fitur favorite tweet, TRUE=aktif, FALSE=tidak aktif
- $gay->re_tweet=true; //fitur re tweet, TRUE=aktif, FALSE=tidak aktif
- $gay->consumer_key="***********";
- $gay->consumer_secret="***********";
- $gay->access_token="***********";
- $gay->access_token_secret="***********";
- $gay->bot();
- ?>
Advertisement
Add Comment
Please, Sign In to add comment