playstore module

playstore.check_n_create_dl_dir(sub_dir='.')[source]

Check if the download directory already exists. Otherwise create it.

Parameters:

sub_dirs : str

Subdirectory to create under the root download directory.

playstore.download_apks(package_name_list, dl_root_dir='.')[source]

Download the .apk s for the given list of pacakge names to the specified dl_dir (default is DL_ROOT_DIR)

playstore.download_n_all_categories(subcategory, number)[source]

Download number of apks from subcategory

playstore.get_cagetories()[source]

Returns a list of categories available on the PlayStore

playstore.get_package_names(category, subcategory, number=50)[source]

Get a set of package names for the given category and subcategory

playstore.print_help()[source]