pcrandall / jobscrapper

Search indeed for jobs, output to locally hosted datatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job scrapper

Ascii animations are ported from ascii-live

User input from bubble tea

demo

Datatable generated with jquery and tailwind css

table

Extended job descriptions with links to job postings

extended

Config file format

baseurl   : https://www.indeed.com/jobs?
# Amount of jobs returned from each page.
baselimit : &limit=50
# Total amounts of jobs returned
maxresults : 200

jobs:
- job:
  keyword: JobKeyword1 JobKeyword2
  # You can use City ST, zipcode, remote
  # Location is optional
  location:
    - City ST
    - City ST
    - City ST
    - City ST
    - City ST

- job:
  keyword: golang
  location:
    - remote

- job:
  keyword: full stack developer
  location:
    - Austin TX
    - Denver CO

Todos

  • Fix full description formatting
  • Config file support
  • User Input
  • Real nice Ascii animations

About

Search indeed for jobs, output to locally hosted datatable

License:MIT License


Languages

Language:Go 90.9%Language:HTML 6.3%Language:Shell 2.1%Language:Makefile 0.6%Language:Batchfile 0.0%