From fd15ff69c88636d6a44fbddde0d136de3daa3835 Mon Sep 17 00:00:00 2001 From: Robin Breed <108822897+Robinh0@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:07:50 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c69cfd..e457277 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,5 @@ The output is a csv file with extracted and enhanced job position data. ![image](https://github.com/user-attachments/assets/bab1f00a-3e9e-4cf4-9f93-7438ace584dd) -This project is still a work in progress. Next steps are to enable the app on aws-lambda so that the scrape can be called with a post-request. The return value would be the link where the completed file can be downloaded. +The scraper runs locally, but is also deployed on AWS and can be called via an API Gateway post request. It then activates the ECR image in AWS and runs it with Lambda. +Still a work in progress, next steps are to create a subclass of the Extractor class, to add functionality for scraping linkedin jobs as well.