A loose collection of useful scripts and functions that we use at REBEL
Python scripts can be loaded from your script as follows:
import requests
# For the data_OSF.py script
exec(requests.get("https://raw.githubusercontent.com/RealityBending/scripts/main/data_OSF.py").text)