Y
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
swiley
3282 days ago
People have reverse engineered the API, there are libraries for it on github.
link
_e
3282 days ago
Bingo. Use wireshark to identify the protocol and if it is http then use mitmproxy.
link
d4nt
3282 days ago
Pure speculation: you could run an Android VM and used an automated testing framework to drive it
link