Skip to content

Stop copy-pasting the same answers into 50 LinkedIn Easy Apply forms. FoxyApply runs a real browser, fills out applications with your info, and submits them while you do literally anything else.

Notifications You must be signed in to change notification settings

pypesdev/foxyapply

Repository files navigation

FoxyApply

Stop copy-pasting the same answers into 50 LinkedIn Easy Apply forms.

FoxyApply runs a real browser, fills out applications with your info, and submits them while you do literally anything else.

Demo

Quick Start

# Or build from source
go install github.com/wailsapp/wails/v3/cmd/wails3@latest
git clone https://github.com/pypesdev/foxyapply && cd foxyapply
wails3 build

How It Works

  1. Add your LinkedIn credentials and basic info (phone, location, experience)
  2. Set target job titles and locations
  3. Click Start — watch it apply to jobs in a real browser window

Development

This project is built with Wails 3.

Prerequisites

  1. Go 1.23+

    # macOS
    brew install go
    
    # or download from https://go.dev/dl/
  2. Node.js 20+

    # macOS
    brew install node
    
    # or download from https://nodejs.org/
  3. Wails 3 CLI

    go install github.com/wailsapp/wails/v3/cmd/wails3@latest

Run in Development Mode

python3 -m venv venv
source venv/bin/activate
wails3 dev

Build for Production

wails3 build

The production executable will be created in the build directory.

Development

Activate python virtual environment

python3 -m venv venv source venv/bin/activate On Windows use: python -m venv venv venv\Scripts\activate

Install dependencies:

pip install -r requirements.txt

Run go unit tests

go test ./...

to make changes to the easyapplybot.py

rebuild the pyinstaller exe binary that places it in the build/ dir with: wails3 dev

License

MIT

About

Stop copy-pasting the same answers into 50 LinkedIn Easy Apply forms. FoxyApply runs a real browser, fills out applications with your info, and submits them while you do literally anything else.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published