Install DroidBot
masterTo install DroidBot, clone the repository and install it in editable mode using pip.
Prerequisites
Before installing, ensure you have the following configured:
Python(versions 2 and 3 are supported).Java.Android SDK.- The
platform_toolsdirectory from the Android SDK must be added to your systemPATH. - (Optional)
OpenCV-Pythonif you intend to use the-cvmode.
After installation, verify it works by running droidbot -h.
git clone https://github.com/honeynet/droidbot.git
cd droidbot/
pip install -e .