Hi all, I'm looking for a php programmer that knows instagram API. I know how to set up cron job to run a php function every 30 minute interval, but I need someone to help me create a php function (with instagram API) that does the following: follow() - This php function should have an arraylist of famous users that I can add them in personally. e.g. $important_users = {'@Obama', '@Putin', '@billgates', '@richardmille_official'}; - Everytime this follow() is called, the function WILL scan through all this few users in the array list to see if they have any new instagram photos, and if they do, my instagram account will automatically follow every user who like their very recent photo. (I understand there's a 45 follow limit every 5 minute, just about there will do) unfollow() - This php function is the reverse, but it will be easier. - Everytime this php function is called, my instagram account will automatically unfollow anyone whos username does not contain "watch" and a few other keywords (in my keyword arraylist) and is also not part of my "dont unfollow arraylist" - This php function will contain 2 arraylists, $keywords and $dont_unfollow - Everytime this php function is called, it will traverse my list of people i followed, and only unfollow 45 people each time from the bottom of my list. (The people I followed for the longest), but it will also check my 2 arraylist, if either list matches them, we don't unfollow that user. All interested developers who are confident in doing this let me know and state your quotation preferably here in this thread thanks.
The only available libraries are Python and Ruby, like you can see on this address https://instagram.com/developer/libraries/... Maybe you can consider using them, instead of PHP. Ofc there is on github library for PHP, this one... But it isn't officially supported by Instagram.