Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 733 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 733 Bytes

Job Scraper for workfindy.com

Description

This is a job scraper for workfindy.com. It scrapes the job title, company name, location, and job description. It then saves the data to a DB

Installation

  1. Install Go and Postgres
  2. Clone the repo
    git clone
  3. Fill in the .env file with your credentials (Reference the .env.example file)

Usage

  1. Run the main.go file
    go run main.go
  2. The data should be saved to the DB -- Because I can't be arsed for safety, errors just get logged and the program continues to run.
  3. A sample prisma.schema file is included for reference on how to create the DB

License

Distributed under the MIT License. See LICENSE for more information.