# 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
-
Install dependencies:
pip install -r requirements.txt
-
Update the
detailed_text_input
andcv_path_input
variables in the script with your details. -
Run the script:
python jobbot.py
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
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.