https://github.com/cxmrykk/seek-indeed-gui
Save time browsing jobs; Display Seek and Indeed jobs on a single page with sort, filter, search and more!
https://github.com/cxmrykk/seek-indeed-gui
australia chromedriver electron indeed scraper seek vite
Last synced: 2 months ago
JSON representation
Save time browsing jobs; Display Seek and Indeed jobs on a single page with sort, filter, search and more!
- Host: GitHub
- URL: https://github.com/cxmrykk/seek-indeed-gui
- Owner: Cxmrykk
- Created: 2024-11-13T09:31:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T09:03:34.000Z (over 1 year ago)
- Last Synced: 2025-02-20T10:22:27.235Z (over 1 year ago)
- Topics: australia, chromedriver, electron, indeed, scraper, seek, vite
- Language: TypeScript
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Seek Indeed GUI
Save time browsing jobs;
Displays results from seek.com.au and au.indeed.com in an interactive table!
### Features
- **Self contained:** Scrapes jobs from both Seek and Indeed using built-in `chromedriver` and `electron`
- **Compact:** Results are displayed in a multi page table with customisation options
- **Organised:** Apply sorting and filtering using MUI's interactive `` component
### Installing
- For now you will need to build the executable yourself (see below)
### Building/Testing
- Install these dependencies:
+ [Bun](https://bun.sh/docs/installation)
+ [Node.js](https://nodejs.org/en/download/prebuilt-installer)
```sh
# Install required dependencies from NPM
bun install
# Run the development server to test
bun run dev
# Build the executable to "/dist" output directory
bun run build
```