| It’s not an easy problem, and doing it successfully will be expensive. First, you need a reliable API, ignoring rate limiting / verification concerns. To get that, you should reverse engineer the mobile apps and replicate their API calls. For many apps, you can find an active GitHub project doing this already. But note that it’s a moving target. As an alternative, you may consider setting up a device farm and automating interactions via something like Cycript. Next, you need to circumvent anti-abuse measures. For most social networks, this means you need to create fake profiles. This will likely entail phone verification. You will also need multiple residential proxies to route traffic through, but not too many per account. For phone verification, VOIP numbers will not work. Check blackhat forums for services offered in countries in SE Asia with SIM farms for real numbers. Note that you may not have perpetual access to these numbers, so if you’re prompted to re-verify a number for an account, you might have to just burn the account. You may be able to appear “less suspicious” by setting up TOTP (which can be automated) on your accounts and removing the phone number, if possible. For IP addresses, you need non-datacenter IPs that other people are not using. Your best bet is luminati.io, which is the business side of the Hola chrome extension that routes your requests through users’ computers. You can get “sticky” IPs but only insofar as a user continues to be online. The minimum commitment is $500 per month, bandwidth is expensive and all requests are tracked. You will need to pass a Skype interview to sign up. tl;dr It’s possible, but doing it successfully requires significant investment in infrastructure and time. You will need to partake in “gray market” activities and deal with some shady operations. Depending on your jurisdiction, you will likely violate at least one law. |