FarmBot Python library
Use Python to communicate directly with FarmBot
FarmBot, Inc. provides a Python wrapper library, farmbot-py
.
Options available
When applicable, the following pages provide usage examples of the FarmBot Python library. Examples with usage of the FarmBot Sidecar Starter Pack library and without usage of any FarmBot libraries are also provided.
Getting started
In a command line terminal, run:
python -m pip install farmbot
This will install the FarmBot Python library into your environment so that it can be used via from farmbot import Farmbot
as shown in examples.