Automagically export data from Baserow
python -m venv venv
and activate it source venv/bin/activate
pip install -U pip && pip install -r requirements.txt
dummy.env
to secret.env
and add your Baserow credentialsrun ./export_env_variables.sh
to set your Baserow credentials as environment variables.
python dump_data.py
BASEROW_USER
, BASEROW_PW
and BASEROW_TOKEN
add your Baserow credentialscreated with basrow-dump-cookiecutter