Hacker News new | ask | show | jobs
by bravura 3282 days ago
Slight tangent, but how do you script interaction with a mobile app like Tinder?

For the web, you use a headless browser. But what about automating interaction with mobile?

2 comments

People have reverse engineered the API, there are libraries for it on github.
Bingo. Use wireshark to identify the protocol and if it is http then use mitmproxy.
Pure speculation: you could run an Android VM and used an automated testing framework to drive it