Skip to content

Instantly share code, notes, and snippets.

View timrijckaert's full-sized avatar

Tim Rijckaert timrijckaert

View GitHub Profile
package com.bnppf.easybanking
import arrow.fx.coroutines.Schedule
import io.kotest.core.spec.style.StringSpec
import kotlin.time.Duration.Companion.seconds
import kotlin.time.ExperimentalTime
import kotlin.time.TimeMark
import kotlin.time.TimeSource
@OptIn(ExperimentalTime::class)
@timrijckaert
timrijckaert / README.md
Last active April 12, 2023 20:27
Download a signed APK from Google Play with Python's Android Publisher.

What

Download a signed APK from Google Play with Python's Android Publisher.
This can be helpful when you upload an app bundle that is signed by Google

How to run?

Download your apps service-account.json to the same directory as the Python script.

Download the dependencies