How do I Instagram bot.

only_yunus

Newbie
Joined
Mar 21, 2010
Messages
13
Reaction score
3
Hi, I want to make an instagram bot app with a C # base. I have to do this with the Api. When I examine the Graph Api usage documentation, I need to develop a Windows application with c# and publish it in the Windows APP market, but I will not publish it in the market. I want to send a request to the server or process it with the graph api through the server. How do I do this.
 
You can't do an instagram bot with IG Graph Api!
This is all you can do with Graph, extracted from their docs:
  • getting and managing published photos, videos, and stories
  • getting basic data about other Instagram Business users and Creators
  • moderating comments and their replies
  • measuring media and profile interaction
  • discovering hashtagged media
  • discovering @mentions
  • publishing photos and videos
 
[QUOTE = "Thecodder, gönderi: 14045399, üye: 896856"]

[/ ALINTI]
I'm currently developing my accounts with a program that uses an Instagram bot. This program can send a request to the Server in the form of follow-up/exit follow-up. I want to make isinn made similar to this.
1612564351811.png
 
You can't do a similar software with graph api, you need to build your bot with python and a webdriver like selenium or puppeteer.
This is the easiest way you can do it.
 
and to get most features showing use a mobile useragent
 
Why reinvent the wheel?
Consolidated solutions already exist like Insomniac, Instapy, jarvee ... I believe it’s a easier way.
Not easy to maintain projects like that.
 
You can try to sniff requests that your browser sends on website, and try to emulate it as well with libraries like xNet/Leaf.xNet, etc.
 
If the instagram api supports these operations, you can implement your bot through winform
 
Back
Top