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 without usage of the library 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.

What’s next?