This script will export all of your Clubhouse organization data to JSON files, which you can use to transfer your data to another system, to keep locally as a backup, or for data analysis.
Install dependencies with pip
pip install -r requirements.txt --user
You'll need a Clubhouse API token defined as an environment variable (see below). If you don't have a token already, you can create one by navigating to Settings > My Account > API Tokens.
$ export CLUBHOUSE_API_TOKEN="YOUR API TOKEN HERE"
$ ./exporter.py