Onur Yıldırım
Onur Yıldırım

Reputation: 371

Process of going live of an Instagram App

I'm just working on a Node.js project which uses Instagram API to boost up users likes/comments & follower numbers by focusing on user specific tags and automatically create organic bonds between users with liking and commenting. Or you can call this shortly as a Instagram bot.

However, the rate and user limits of the Instagram API made me curios about some stuff.

Firstly, the process for going live in Instagram looks so complex and toilsome so how the well-known Instagram BOTs (Archie, Instagress etc.) can made this ? Because I thought Instagram never accepted a usage for their API for this purpose and their Platform Policy is so strict that one can not hide their main purpose.

Secondly, even though app goes to live , the rate limit for endpoints used to publish (POST or DELETE) so limited that how these bots can work fluently without exceeding these limits even they have a lot of users ?

It would be best if anyone is experienced about Instagram API and the Instagram bots can answer there questions.

Upvotes: 1

Views: 292

Answers (1)

Talgat Baltasov
Talgat Baltasov

Reputation: 3

they develop it without official instagram API, they used private API that uses instagram mobile application. I developed instagram bot, I have it on my local server.

Upvotes: 0

Related Questions