CLI tool to scan F-Droid packages with εxodus.
The easiest way to install this tool is with Composer:
composer global require rudloff/exodus-fdroid
You will also need to install some Python dependencies. For example, on Debian-based systems:
sudo apt install python3-lxml python3-pyasn1 python3-cryptography python3-future gplaycli
You also need to install dexdump
or the list of trackers will always be empty.
You need to pass the ID of the F-Droid app you want to scan:
exodus-fdroid org.wikipedia
It will then list the trackers the latest release of this app contains.