This Jupyter notebook is a tutorial on osfclient, a Python library and command-line program for implementing simple actions on Open Science Framework (OSF), such as uploading and downloading files.
Note that osfclient is no longer an active project (see this comment from a former maintainer) so I created a fork of the repository to fix bugs and make improvements. This tutorial uses my version of osfclient, which can be installed with the following command:
pip install git+https://github.com/ubcbraincircuits/osfclient
This notebook was created for the UBC Brain Circuits Cluster and placed in this repository so that it may be of help to other users. It was written independently of the developers and maintainers of osfclient.