Skip to content

Personal job application helper! This modest but powerful Python-based job application bot uses Selenium and Spacy. Fill up forms, attach CVs, and easily adapt to websites. Currently improving features and adaptability. Join the job search simplification quest!

Notifications You must be signed in to change notification settings

AmmarAsif-cmd/JobAppBot-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

# JobAppBot Automator


JobAppBot Automator is a Python-based automation project designed to simplify the job application process. This bot utilizes Selenium for web automation and Spacy for natural language processing to intelligently fill out online job application forms.

## Features

- **Form Filling:** Automate the process of filling out job application forms.
- **CV Attachment:** Attach your CV seamlessly using intelligent keyword recognition.
- **Adaptability:** Dynamically adapt to different website structures for a universal solution.
- **Human-like Behavior:** Simulate natural interactions to avoid detection by anti-bot measures.

## Usage

1. Clone the repository:

   ```bash
   git clone https://github.com/yourusername/JobAppBot-Automation.git
  1. Install dependencies:

    pip install -r requirements.txt
  2. Update the detailed_text_input and cv_path_input variables in the script with your details.

  3. Run the script:

    python jobbot.py

Sample Detailed Text Input

Name: Joe Biden
Email: [email protected]
Phone: +4474432324
LinkedIn: https://www.linkedin.com/in/amal-asvsd/
Gender: Male
DOB: October 11, 1991
Nationality: Pakistan
Ethnicity: Asian
Motivation: Seeking new challenges and opportunities.
"""

## Sample CV Path Input

```plaintext
/path/to/your/cv.pdf

Contribution

Contributions are welcome! If you find a bug or have an enhancement in mind, feel free to open an issue or submit a pull request.

About

Personal job application helper! This modest but powerful Python-based job application bot uses Selenium and Spacy. Fill up forms, attach CVs, and easily adapt to websites. Currently improving features and adaptability. Join the job search simplification quest!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages