From 36a2f49dcfe868fcc09f19e04dd806c74cb2de7c Mon Sep 17 00:00:00 2001 From: christian Date: Sat, 8 Jun 2024 17:06:33 +0200 Subject: [PATCH] updated readme --- readme.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index b1810ac..95c6576 100644 --- a/readme.md +++ b/readme.md @@ -2,12 +2,8 @@ This is a simple scraper that extracts job details from the [The Hub](https://thehub.io) website. +It's a fork of the original [The Hub Scraper](https://gitea.rannes.dev/rannes.dev/sw-jobs-go) by [Rannes](https://gitea.rannes.dev/rannes.dev). + ## Usage -To run the scraper, simply execute the following command: - -```bash -go run scraper.go -``` - -The scraper will create a `jobs.json` file in the current directory, which contains a list of job details in JSON format. +To run the scraper zip it deploy it to AWS Lambda and then call the function.