yemaw / bot-static-ig

Instagram Bot
3 stars 0 forks source link

Cool tool! #2

Open jeffcorey opened 10 years ago

jeffcorey commented 10 years ago

Is it still working by any chance? I seem to have it queuing images correctly but its not auto liking them on my account. Any ideas as to how to make that happen? Thanks

yemaw commented 10 years ago

hi @jeffcorey , Instagram "Like" API accept POST only. Previously, my server serving for converting GET to POST request to instagram server. But now, it's not serving anymore and you need to use other server to convert GET to POST. Please check https://github.com/yemaw/StaticIGBot/blob/master/bot.js line 145 and use other GET to POST convert service on server. Or you can try other alternative ways to request POST to Instagram from browser.