rudloff / exodus-fdroid
CLI tool to scan F-Droid packages with εxodus
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- fdroid/php-fdroid: ~0.5.0
- guzzlehttp/guzzle: ~6.3.0
- symfony/console: ~3.4.0
- symfony/process: ~3.4.1
Requires (Dev)
- androguard/androguard: ~3.1.0
- exodus-privacy/exodus-core: ~2.0.2
- exodus-privacy/exodus-standalone: dev-master
- phpunit/phpunit: ~6.5.2
This package is auto-updated.
Last update: 2021-10-16 22:25:35 UTC
README
CLI tool to scan F-Droid packages with εxodus.
Install
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.
Usage
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.