Skip to content

Instantly share code, notes, and snippets.

View timrijckaert's full-sized avatar

Tim Rijckaert timrijckaert

View GitHub Profile
@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

@timrijckaert
timrijckaert / README.md
Last active September 14, 2023 08:43
Fetch Firebase tokens for topic

Firebase Topic Counter

This little script will output the amount of tokens subscribed to a topic.
You will need to replace the variables with your personal ones in order for it to work.

We used this function in a Lambda which sends the results to a monitoring dashboard.

How to get the variables

Screenshots in the comments.