What programming language do I need to make my own private panel?

resurrects

Power Member
Joined
Nov 19, 2020
Messages
563
Reaction score
316
Hey! I have around 100 accounts that I can use for likes and comments on my Instagram. What programming language do I need to learn to command all 100 of them simultaneously?
I need basic tasks, like,comment,comment like,etc..
 
Last edited:
Better to outsource such a task. You won't even be able to create such thing in 1000 hours with 0 programming knowledge.
 
What programming language do I need to learn to command all 100 of them simultaneously?
I need basic tasks, like,comment,comment like,etc..

It's a complicated job for a "starter" to reverse engineer Instagram, code an API and keep up to date with all changes at Instagram.

I would recommend to research about a ready made Instagram API to rent, so you could create some easier scripts in Python or PHP to call these API functions from your web interface.
 
You will need the selenium framework (a browser automation library) that works with Python, Java, etc.

However, if you do not know how to program, you can use one of the no code web bots that you can find online. Or simply, ask for someone to build it for you.
 
Learning can take a very long time. There are ready-made programs ... (you should research)
 
Back
Top