sw-jobs-go/readme.md
2024-07-30 13:10:54 +00:00

15 lines
440 B
Markdown

# The Hub Scraper
This is a simple scraper that extracts job details from the [The Hub](https://thehub.io) website and itjobbank.
## Usage
To run the scraper, simply execute the following command:
```bash
go run scraper.go
```
The scraper will create a `thehub.json` and `itjobbank.json` file in the current directory, which contains a list of job details in JSON format. It caches the pages, so very light on resources and requests.