Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 316 Bytes

scripts

A loose collection of useful scripts and functions that we use at REBEL

Python

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)