Commit Graph

105 Commits (3210052177c4c97f3375bd59451337e192202eea)

Author SHA1 Message Date
Cullen Watson 3240214bb1 feat(jobs): remove pages for results_wanted 2023-07-10 22:24:02 -05:00
Cullen Watson bf56410ecf chore: black 2023-07-10 22:24:02 -05:00
zacharyhampton c72d27e4a8 - api/jobs/v1 bug fix 2023-07-10 22:24:02 -05:00
Cullen Watson e8c2374643 refactor(jobs): use JobResponse model for bad requests 2023-07-10 22:24:02 -05:00
Cullen Watson 2aa8ff7302 refactor(jobs): use JobResponse model for bad requests 2023-07-10 22:24:02 -05:00
Cullen Watson 2c6e19254e chore(jobs) remove invalid attr response.reason 2023-07-10 22:24:02 -05:00
zacharyhampton b41bfd3c1a - api/jobs/v1 schema change 2023-07-10 22:24:02 -05:00
zacharyhampton 28ba4fac8a - ziprecruiter refactor 2023-07-10 22:24:02 -05:00
zacharyhampton 9042e94d7a - linkedin refactor 2023-07-10 22:24:02 -05:00
zacharyhampton eba455115c - indeed refactor
- wanted_results init
2023-07-10 22:24:02 -05:00
Cullen Watson 6f447bcd2c feat(jobs): add distance param 2023-07-10 22:23:16 -05:00
Cullen 53cbe6ba3f chore(postman): add collection and environment files 2023-07-10 22:23:16 -05:00
Cullen d3d79b165a docs: remove invalid token route 2023-07-10 22:23:16 -05:00
Cullen 79db9578b4 feat(users): add register route 2023-07-10 22:23:16 -05:00
Cullen Watson 3b9a491d89 feat(auth): add auth to jobs endpoint 2023-07-10 22:23:05 -05:00
Cullen Watson db8447f83c chore: move postman files into dir 2023-07-10 22:18:54 -05:00
Cullen Watson ea217395d0 docs: add readme 2023-07-10 22:14:38 -05:00
Cullen 479338bf75 Merge pull request #7 from JobSpy-ai/features/jobs/results_wanted
feat(jobs): remove pages for results_wanted
2023-07-10 22:10:06 -05:00
Cullen Watson 9a01426831 feat(jobs): remove pages for results_wanted 2023-07-10 22:07:19 -05:00
Cullen Watson bdb851f1cc chore: black 2023-07-10 18:36:11 -05:00
Cullen 6cf78095d0 Merge pull request #6 from JobSpy-ai/refactor/jobs/bad-request
Refactor/jobs/bad request
2023-07-10 18:32:14 -05:00
Cullen Watson 098437e513 Merge branch 'main' into refactor/jobs/bad-request 2023-07-10 18:25:45 -05:00
zacharyhampton aef8dec9fe - api/jobs/v1 bug fix 2023-07-10 18:21:01 -05:00
Cullen Watson bdc7ce1df2 refactor(jobs): use JobResponse model for bad requests 2023-07-10 18:19:37 -05:00
Cullen Watson a0957f1d5b refactor(jobs): use JobResponse model for bad requests 2023-07-10 18:17:46 -05:00
zacharyhampton cc48218747 Merge remote-tracking branch 'origin/main' 2023-07-10 18:04:50 -05:00
zacharyhampton 3cb8714ad7 - api/jobs/v1 schema change 2023-07-10 18:04:44 -05:00
Cullen Watson 859176cd0b chore(jobs) remove invalid attr response.reason 2023-07-10 17:57:35 -05:00
Zachary Hampton 47a8c62d44 Merge pull request #5 from JobSpy-ai/features/scraper-refactor
Features/scraper refactor
2023-07-10 17:52:26 -05:00
zacharyhampton 215d1ef1fd - ziprecruiter refactor 2023-07-10 17:51:55 -05:00
zacharyhampton fc4c821399 - linkedin refactor 2023-07-10 17:47:22 -05:00
zacharyhampton 95be776646 - indeed refactor
- wanted_results init
2023-07-10 17:43:45 -05:00
zacharyhampton 36733c9d99 Merge remote-tracking branch 'origin/main' 2023-07-10 17:25:48 -05:00
Cullen Watson 75763d6123 feat(jobs): add distance param 2023-07-10 17:06:14 -05:00
Cullen Watson ab7fa24e7b feat(jobs): add distance param 2023-07-10 16:14:05 -05:00
Cullen 6269479955 chore(postman): add collection and environment files 2023-07-09 18:53:29 -05:00
Cullen 853a35f0f3 docs: remove invalid token route 2023-07-09 18:48:48 -05:00
Cullen b5c5e7d512 feat(users): add register route 2023-07-09 18:43:59 -05:00
Cullen 50ad65e107 Merge pull request #4 from JobSpy-ai/feature/users/Add-Auth
feat: add auth to jobs endpoint
2023-07-09 17:28:02 -05:00
Cullen Watson 19d11d1996 feat: add auth to jobs endpoint 2023-07-09 17:25:35 -05:00
Cullen Watson dd0047a5bb refactor(jobs): switch bad response handling to use fastapi.HTTPException 2023-07-09 07:37:18 -05:00
Cullen Watson 9ef41979fd refactor(jobs): switch site_type param from string to SiteType enum 2023-07-08 21:36:08 -05:00
Cullen Watson 405842f90e fix(linkedin): resolve issue where locaion is null 2023-07-08 21:16:34 -05:00
Cullen Watson 0da7ea59d0 chore: remove .DS_Store files from tracking 2023-07-08 20:00:26 -05:00
Cullen 34ca9daefd Merge pull request #3 from JobSpy-ai/feature/scrapers/Add-LinkedIn-scraper
feat: add LinkedIn scraper
2023-07-08 09:36:06 -05:00
Cullen Watson fe1f8bc91e feat: add LinkedIn scraper 2023-07-08 09:34:55 -05:00
Cullen Watson 97bb82c089 fix(scraper): limit ZipRecruiter response to 20 jobs 2023-07-08 07:34:22 -05:00
Cullen 9c5efd6fe1 Merge pull request #2 from JobSpy-ai/feature/scrapers/Add-ZipRecruiter-Scrper
feat: add ZipRecruiterScraper
2023-07-08 07:10:57 -05:00
Cullen Watson 2c08d84a4f feat: add ZipRecruiterScraper 2023-07-08 06:57:36 -05:00
Cullen Watson 4c4f9883ae chore: remove .pyc files from tracking 2023-07-07 21:11:38 -05:00