From 8137950f9a74e5d9043f66a9d5d6aa6fd3ca84b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Bontyes?= Date: Sat, 22 Jun 2024 20:11:16 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f721f5..8bb6aa5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ + +![](https://github.com/michaelbontyes/OCL-Concept-External-ID-Updater/actions/workflows/pylint.yml/badge.svg) + # OCL Concept External ID Updater This script updates the external IDs of concepts in a given Open Concept Lab (OCL) source. It checks each concept's external ID against certain conditions and updates it if necessary. The updated external IDs are written to a CSV file. It uses the [OCL API](https://docs.openconceptlab.org/en/latest/oclapi/apireference/concepts.html#edit-concept) to pull the details of each concept in the configured OCL source, check the external ID of each concept, and update it if necessary. -[Here is an explanation video](https://www.loom.com/share/84919d2820434ae78e7be7827a607d5d?sid=b4ec5467-d560-467f-9d3a-5cbc3a324ccb) +[Here is an explanation/demo video](https://www.loom.com/share/84919d2820434ae78e7be7827a607d5d?sid=b4ec5467-d560-467f-9d3a-5cbc3a324ccb) Screenshot 2024-06-22 at 7 52 34 PM @@ -21,7 +24,7 @@ It uses the [OCL API](https://docs.openconceptlab.org/en/latest/oclapi/apirefere ## Installation -1. Clone this repository: `git clone https://github.com/michaelbontyes/OCL_Toolbox.git` +1. Clone this repository: `git clone https://github.com/michaelbontyes/OCL-Concept-External-ID-Updater.git` 2. Navigate to the project directory: `cd ocl-concept-updater` 3. Install the required libraries: `pip install requests uuid`