updated readme

This commit is contained in:
christian 2024-06-08 17:06:33 +02:00
parent 5fbdd9706e
commit 36a2f49dcf

View File

@ -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.