From 4cc4e2fdcd261ae78b986776796d17b036b374b0 Mon Sep 17 00:00:00 2001 From: David Weinstein Date: Sat, 8 Aug 2015 10:48:19 -0400 Subject: [PATCH] add market crawlers section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5f4c5b6..e52f716 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,14 @@ A lot of work is happening in academia and industry on tools to perform dynamic 2. [Android security related presentations](https://github.com/jacobsoo/AndroidSlides) 3. [A good collection of static analysis papers](http://tthtlc.wordpress.com/2011/09/01/static-analysis-of-android-applications/) +## MARKET CRAWLERS + +1. [Google play crawler (Java)](https://github.com/Akdeniz/google-play-crawler) +2. [Google play crawler (Python)](https://github.com/egirault/googleplay-api) +2. [Google play crawler (Node) ](https://github.com/dweinstein/node-google-play) - get app details and download apps from official Google Play Store. +3. [Aptoide downloader (Node)](https://github.com/dweinstein/node-aptoide) - download apps from Aptoide third-party Android market +4. [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market + ## MISC TOOLS 1. [smalihook](http://androidcracking.blogspot.com/2011/03/original-smalihook-java-source.html)