jika punya twitter dan ingin memanfaatkannya untuk internet marketing ataupun untuk meningkatkan traffict blog anda tentu saja harus mempunyai follower yang banyak maka cara yang paling mudah untuk mendapatkan follower banyak adalah anda memfollow mereka dan biasanya yang anda follow akan memfollow balik anda.Tentu saja adalah pekerjaan yang sangat membosankan jika harus memfollow satu-satu klik sana klik sini klik sana yang jumlahnya mungkin ribuan.Sekarang saya akan bagikan script autofollow twitter,hanya cukup edit dan klik saja anda sudah bisa follow 100 orang dengan target keyword anda sendiri.
Script ini saya dapat dari forum adsense-id hasil karya Dave Stevens yang di share oleh member daylight.Script ini digunakan utk mem-follow setiap user twitter dengan keyword tertentu.Dan sudah saya coba dan 100% bekerja dengan baik.
Ini langkah-langkahnya:
- Kopi script dibawah ini ke dalam notepad.
- Edit bagian yang berwarna merah sesuai isername dan keyword bidikan kamu.
- Save as dalam bentuk .php contoh NamaFile.php.
- Upload ke hosting kamu.
- Panggil file tersebut e.g hxxp://www.NamaDomainMilikKamu.com/NamaFile.php
- Done!
<?php
// Twitter Auto-follow Script by Dave Stevens – http://davestevens.co.uk
// Set the twitter user
$user = “YourTwitterID“;
$pass = “YourTwitterPassword“;// Set the term keyword you want to follow (e.g. “soccer”)
$term = “computer“;// Get already followed
$userApiUrl = “http://twitter.com/statuses/friendss.json”;$ch = curl_init($userApiUrl);
curl_setopt($ch, CURLOPT_USERPWD, $user.”:”.$pass);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);$apiresponse = curl_exec($ch);
curl_close($ch);
$followed = array();
if ($apiresponse) {
$json = json_decode($apiresponse);
if ($json != null) {
foreach ($json as $u) {
$followed[] = $u->name;
}
}
}$userApiUrl = “http://search.twitter.com/search.json?q=” . $term . “&rpp=10000″;
$ch = curl_init($userApiUrl);
curl_setopt($ch, CURLOPT_USERPWD, $user.”:”.$pass);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);$apiresponse = curl_exec($ch);
curl_close($ch);
if ($apiresponse) {
$results = json_decode($apiresponse);
$count = 20;if ($results != null) {
$resultsArr = $results->results;
if (is_array($resultsArr)) {
foreach ($resultsArr as $result) {
$from_user = $result->from_user;
if (!in_array($from_user,$followed)) {
$ch = curl_init(“http://twitter.com/friendships/create/” . $from_user . “.json”);
curl_setopt($ch, CURLOPT_USERPWD, $user.”:”.$pass);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS,”follow=true”);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);$apiresponse = curl_exec($ch);
if ($apiresponse) {
$response = json_decode($apiresponse);if ($response != null) {
if (property_exists($response,”following”)) {
if ($response->following === true) {
echo “Now following ” . $response->screen_name . “\n”;
} else {
echo “Couldn’t follow ” . $response->screen_name . “\n”;
}
} else {
echo “Follow limit exceeded, skipped ” . $from_user . “\n”;
}
}}
curl_close($ch);
} else {
echo “Already following ” . $from_user . “\n”;
}}
}
}
}
?>



I am a freelance information broker. Its my job to find a portfolio of information meeting the expectations of my contract. Usually this involves reviewing countless websites to locate specific subject matter and packaging this for the customer. I cant begin to tell you how much I appreciate the quality and usefulnes of your site. I have been through many hundreds in the last five years and there are fewer like yours than otherwise. Thank you for providing not only useful information but a well ordered and presented web presence!
Wah…mantap nih gan…perlu dicoba…biar banyak follower…
unfortunately script ini sdh tidak work karena twitter sdh mengubah sistem APInya
follow me.
@andryalgibran
agak kurang ngerti gan..bantu follow yah @MarioRonaldo