Recommend an open source for IG automation?

kjon

Newbie
Joined
Sep 28, 2022
Messages
1
Reaction score
0
I searched GitHub for this.
I want to know which of the three open sources below is more efficient.

1. Instapy 2. GramAddict 3. Insomniac
If you have experience with open source, please give me some advice.

And I wonder if it is better for me to develop it myself than this open source, and I want to hear your opinion.
 
GramAddict is the free fork of paid version Insomniac.
 
Haven’t used InstaPy in years. I developed my own custom bots cause of them of the years. I’d say make one yourself.
 
They're all not great for their own reasons. I would recommend that you code your own if you have the knowledge. Open-source tools for automating social media generally ends very poorly, especially at scale. :)
 
If I reverse it should I use command lines script to do automation ?
Sure if you want, you can use whatever you want. It's just making API calls. You can do it with a CLI application or you can make yourself a pretty GUI. All does the same. :)
 
Sure if you want, you can use whatever you want. It's just making API calls. You can do it with a CLI application or you can make yourself a pretty GUI. All does the same. :)
I thought that I need to use browsers. Like chrome driver with selenium or something simular..
 
Back
Top