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
- Install Go and Postgres
- Clone the repo
git clone
- Fill in the .env file with your credentials (Reference the .env.example file)
- Run the main.go file
go run main.go
- 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.
- A sample prisma.schema file is included for reference on how to create the DB
Distributed under the MIT License. See LICENSE
for more information.