The problem is not in software or API.
Instagram forces phone verification very fast. There are needed fresh proxies, but and they are banned or flagged as open very fast.
As proxy price is so high, only proxy botnet owners can make Instagram like/follow service profitable.
I would a little bit modify BlingFiles code adding non case sensitive comparison:
<?
// Find all "A" tags and print their HREFs
$words = array();
array_push($words, "sales", "discount");
foreach($html->find('a') as $e) {
foreach($words as $word){
if(stripos($e->href, $word)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.