Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.01 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.01 KB

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