Skip to content
/ playweka Public

Gathers and formats categorical APK metadata for anomaly detection with Weka

License

Notifications You must be signed in to change notification settings

tvldz/playweka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playweka

Gathers application permissions data from the Google Play Store and formats it for Machine Learning analysis by Weka.

playweka.py
Copyright (C) 2015 Thomas Valadez (@tvldz)
License: MIT
Requires: googleplay-api (https://github.com/egirault/googleplay-api)

This script searches the Google Play Store with a given query,
enumerates all of the "ANDROID." permissions for each app, and 
creates an ARFF file for Weka machine learning applications. It
also prints out an index, correlating each application with the 
integer the app is represented by within the file output.

Usage:
python playweka.py <search term>

About

Gathers and formats categorical APK metadata for anomaly detection with Weka

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages