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.