juansantiago

Newbie
Joined
Mar 10, 2022
Messages
4
Reaction score
1
Hey guys, I hope you're well.

I'm looking to set up a mother/child (or master/slave if you're into that kind of thing ) or mother/slave (you need to see a shrink!) system to build some insta accounts.

I am debating whether to outsource this service (I have seen in the forum) but just want to weigh up my options.

Sat manually following and unfollowing people by hand isn't feasible for me. But I am also aware that there is no reliable software out there that isn't going to get me banned.

I have been scouring these forums for someone to provide a guide on how to set up a phone farm to do this, but not had much joy. If anyone is willing to share some knowledge, please let me know!

My question(s) is this...

1. I have seen systems where android phones are connected to a computer. The computer is driving the action on each phone individually. Is this still feasible in 2023 and if so, what software do I need?

2. Would the best way to set this up to be have 3 accounts on each phone, each phone having it's own 4g vpn?

3. If each account needs an email, what is the best way with a low footprint to set up multiple email accounts?

4. Would the best way to manage this be by scraping target accounts followers and putting into a spreadsheet. Then manually IDentifying which ones have been followed, then removing them at a set date later on?


If anyone has any advice or knowledge they can share on the topic in general, it would be greatly appreciated.

Thank you in advance guys!
 
1. I have seen systems where android phones are connected to a computer. The computer is driving the action on each phone individually. Is this still feasible in 2023 and if so, what software do I need?
That needs a lot of testing, its capital and resource intensive even if you work out, headaches and account bans which you should be ready to handle. Trust me, its much easier to outsource than to do it yourself.
2. Would the best way to set this up to be have 3 accounts on each phone, each phone having it's own 4g vpn?
Yes, you can manage upto 5 accounts on one phone with 4g IP
3. If each account needs an email, what is the best way with a low footprint to set up multiple email accounts?
Manually create gmails or hire someone to do it, this works best.
4. Would the best way to manage this be by scraping target accounts followers and putting into a spreadsheet. Then manually IDentifying which ones have been followed, then removing them at a set date later on?
This will block your account if you even do it manually, you should target likers or followers of any account.
 
1. I have seen systems where android phones are connected to a computer. The computer is driving the action on each phone individually. Is this still feasible in 2023 and if so, what software do I need?
Yes, there are a few tools out there. But you need to make an initial investment in a phone and setup. Also, you need to do a lot of testing on the account. You can not switch to high limits on new accounts, but you need to warm up the account and gradually increase the actions on the account
2. Would the best way to set this up to be have 3 accounts on each phone, each phone having it's own 4g vpn?
Yes you can run 3-4 account per phone with 4G data. But is recommended to not work in all account at the same time.

3. If each account needs an email, what is the best way with a low footprint to set up multiple email accounts?
Use emails from Gmail to create an account. You can safely create up to three Gmail accounts per phone per day. Or you can simply buy from providers.
4. Would the best way to manage this be by scraping target accounts followers and putting into a spreadsheet. Then manually IDentifying which ones have been followed, then removing them at a set date later on?

Using a target list for targeting might create a block. Why don't you use the same sources that you would be using for scraping and targeting the followers of those pages? Make sure you choose the target sources wisely, as growth depends significantly on them. We should reach a targeted audience to achieve a good follow-back rate on the slave account.


If you have some other quetion related to IG service feel free to ask.
 
Hey guys, I hope you're well.

I'm looking to set up a mother/child (or master/slave if you're into that kind of thing ) or mother/slave (you need to see a shrink!) system to build some insta accounts.

I am debating whether to outsource this service (I have seen in the forum) but just want to weigh up my options.

Sat manually following and unfollowing people by hand isn't feasible for me. But I am also aware that there is no reliable software out there that isn't going to get me banned.

I have been scouring these forums for someone to provide a guide on how to set up a phone farm to do this, but not had much joy. If anyone is willing to share some knowledge, please let me know!

My question(s) is this...

1. I have seen systems where android phones are connected to a computer. The computer is driving the action on each phone individually. Is this still feasible in 2023 and if so, what software do I need?

2. Would the best way to set this up to be have 3 accounts on each phone, each phone having it's own 4g vpn?

3. If each account needs an email, what is the best way with a low footprint to set up multiple email accounts?

4. Would the best way to manage this be by scraping target accounts followers and putting into a spreadsheet. Then manually IDentifying which ones have been followed, then removing them at a set date later on?


If anyone has any advice or knowledge they can share on the topic in general, it would be greatly appreciated.

Thank you in advance guys!

You won't find automation systems that perform specific tasks simply because apps and websites are constantly being updated, so most software is outdated or scams.

Currently, I only know of Housoft; it works well but doesn't perform very specific tasks, and of course, it has a monthly fee. There may be others, but they probably aren't much different from the example I gave. I believe the most scalable way to accomplish what you need is as follows:

  1. Hire a programmer or become one. If you're in a hurry, hire about three. Programmers are lazy or procrastinators by nature, so if you hire just one, always assume it will take them three times longer than they estimate to develop the system.
OR

Learn to program. Python and MongoDB should be sufficient for this. In the case of apps, you can use AI and OCR to read data from the screen. There are other more efficient methods, but OCR and AI are probably the easiest. However, you may need some HTML, CSS, and JS to read data from websites. I think Python stinks, but it's easy to learn and there's plenty of teaching material related to bots. Search for "Crawler in Python" or "webscraping in Python," and you'll find a lot of resources.

There are various ways to do this; you could even intercept all app requests, modify them, and redistribute them, but then the difficulty level will increase. Do it the way I described, and in 1 to 16 months, you'll learn what I mentioned. This time frame will vary based on your talent level in programming.

  1. If possible, use Android emulators on Windows/Linux systems to run your applications. Preferably use emulators as this will drastically reduce operating costs. Emulators solve most problems, but there are always some things that can only be done with physical devices.
I'll assume you chose the emulator option.

  1. Create or have created the account management system. Summary of the system, an example for you to use on a website for hiring freelancers:
3.1 - "bla bla bla description"

3.2 - The main system must connect to emulators via ADB for remote and simultaneous control of multiple instances.The main system must primarily monitor, start, pause, restart, restore to factory defaults, and set individual proxies for each device...

3.3 - The main system must perform the following automations via ADB: [list the automations you need].3.4 "bla bla bla"

You can continue adding other items to the requirements, but basically, you'll want to control your devices through one or more servers via Android's adb, connected to the internet through a network of proxies. There are other ways to do it, but this is the cheapest and fastest.

It may not seem like it, but from a programmer's perspective, your question was incredibly broad, so the answer is even bigger and more complex than this. But I'm tired of typing; if you've made it this far and still haven't figured it out, send me a PM detailing the problems.

if possible in Brazilian Portuguese.
 
Back
Top