Skip to content
Snippets Groups Projects
Select Git revision
  • answer-devel
  • main default
  • adak-main-patch-73348
  • adak-main-patch-54214
  • develop protected
5 results

introduction-to-robotics-2023

  • Clone with SSH
  • Clone with HTTPS
  • Delete Folder in Coscine

    This project includes a short python script to delete folders from a Coscine resource.

    It requires a Coscine API Token which you can create under your Coscine user profile. Enter this in a .env file in the same folder as the script, such that:

    COS_TOKEN=MYTOKEN

    Replace the placholders with the appropriate information before running the

    Install any missing packages with your preferred method, such as pip, e.g., pip install coscine, pip install python.dotenv.