Python library to connect to Citephere using its API.
pip install citesphere-connector
Create a python virtual environment outside of this project's root directory python3 -m venv env
and activate it source env/bin/activate
Navigate to the project root and download package dependencies pip install -r requirements.txt
Install the pre-commit git hooks pre-commit install
For retrieivng the Bearer access token required for endpoint method calls, please see the following OAuth2 documentation for Citesphere
Retrieve Bearer access token required for endpoint method calls: documentation
Use the 'Download' Jupyter notebook to download files from Citesphere to your local device.
Use the 'Upload' Jupyter notebook to upload files to Citesphere from your local device.