Skip to content

pyclashbot/cr-apk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cr-apk

Clash Royale APK Manager

Installation

pipx install cr-apk

Usage

List available commands:

crapk list
# Available commands:
#   build   Builds an APK version
#   deploy  Deploys an APK version
#   help    Displays help for a command.
#   list    Lists commands.
#   ls      Lists all APK versions
#   pull    Pulls an installed application's APKs from the device

Example

crapk pull 80256022 # target version
# Pulling APKs for package com.supercell.clashroyale as version 80256022
# APKs pulled.
crapk build
# Building APK...
# Building version 80256022
# APK built.
crapk ls
# Pulled versions:
# 80256022
#
# Built versions:
# 80256022
crapk deploy
# Deploying APK...
# Deploying version 80256022
# APK deployed.

About

APK Manager for Clash Royale

Resources

Stars

Watchers

Forks

Languages