Skip to content
Chris Tang edited this page Nov 21, 2017 · 1 revision

Welcome to the FDroid_Spider wiki!

Introduction

This application aims to extract all apps from www.f-droid.org. We extract following fields from FDroid:

  1. the name of the App;
  2. the package name of the App;
  3. the latest version;
  4. the size(in MB);
  5. the permissions requested;
  6. source code url Also, we obtain other information from google play
  7. google play url
  8. num of installation
  9. app category

HowTo

Run command python fdroid_crawler.py

Clone this wiki locally