fone007
Newbie
- Mar 25, 2025
- 14
- 4
My idea here is to have 10 phones (motherboard phone box not full phones). Each motherboard is equipped with sim slots. Automatically posting and interacting on instagram, and potentially branching out to other social platforms. The purpose being to push OF models through pages that look like meme pages, clip pages, model pages, ect. My initial framework was,
Docker containers hosting independent appium servers for each device, to view the phones I would use STF and have an "orchistrator.py" file directing scripts from a folder to each appium server then to selected phone, these scripts of course will heavily simulate human behavior and randomize imputs. After speaking with some people on the forums I've realized somethings I didnt before that will make me stick out like a sore thumb...
1. Mother board phone farms are lacking esential hardware componates like camera, sensor flex cable, mic/speaker
2. Appium leaves fingerprints that no regular user would have
3. USB debugging staying enabled since i cant just turn it off due to each motherboard missing a screen
4. Developer mode staying enabled since i cant just turn it off due to each motherboard missing a screen
5. Identical device fingerprints across devices like, device model, android build, screen resolution, timezone, constant charging, ect.
My thoughts now are
1. Buy cameras, sensor cables, ect to and add them to the motherboards
2. Use ADB and scrcpy instead of Appium and STF
Clearly instagram isnt super strict considering the ammount of p0rn bots that DM me on a daily basis but id like to limit as much fingerprinting as possible to allow me to expand to other socials that may not treat fingerprinting the same. Does my idea with scrcpy and ADB sound reasonable or am setting my self up for failure here? Any and all feed back is appreciated,
Cheers.
Docker containers hosting independent appium servers for each device, to view the phones I would use STF and have an "orchistrator.py" file directing scripts from a folder to each appium server then to selected phone, these scripts of course will heavily simulate human behavior and randomize imputs. After speaking with some people on the forums I've realized somethings I didnt before that will make me stick out like a sore thumb...
1. Mother board phone farms are lacking esential hardware componates like camera, sensor flex cable, mic/speaker
2. Appium leaves fingerprints that no regular user would have
3. USB debugging staying enabled since i cant just turn it off due to each motherboard missing a screen
4. Developer mode staying enabled since i cant just turn it off due to each motherboard missing a screen
5. Identical device fingerprints across devices like, device model, android build, screen resolution, timezone, constant charging, ect.
My thoughts now are
1. Buy cameras, sensor cables, ect to and add them to the motherboards
2. Use ADB and scrcpy instead of Appium and STF
Clearly instagram isnt super strict considering the ammount of p0rn bots that DM me on a daily basis but id like to limit as much fingerprinting as possible to allow me to expand to other socials that may not treat fingerprinting the same. Does my idea with scrcpy and ADB sound reasonable or am setting my self up for failure here? Any and all feed back is appreciated,
Cheers.