Skip to content
Snippets Groups Projects
Commit 4bcb7ef4 authored by Nicole Parks's avatar Nicole Parks
Browse files

add readme

parent eed3d2ac
No related branches found
No related tags found
No related merge requests found
# Delete Folder in Coscine
This project includes a short [python script](delete_folder.py) to delete folders from a Coscine resource.
It requires a Coscine API Token which you can create under your [Coscine user profile](https://coscine.rwth-aachen.de/user).
Enter this in a `.env` file in the same folder as the script, such that:
```text
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`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment