Loading repository dataβ¦
Loading repository dataβ¦
imon333 / repository
GitHub Project: AI Job Application Automation π This project automates job searching, CV creation, and applications using Python, n8n, Selenium, and OpenAI. It scrapes LinkedIn, Indeed, StepStone, generates a custom CV & cover letter, and auto-applies to jobs. Integrated with Google Sheets/Airtable & Email alerts.
An intelligent AI-powered tool that automates the job application process by:
git clone https://github.com/yourusername/Job-apply-AI-agent.git
cd Job-apply-AI-agent
# On Unix-based systems (macOS, Linux)
./install.sh
# On Windows
install.bat
This will:
# Activate the virtual environment first
source venv/bin/activate # On Unix-based systems
venv\Scripts\activate.bat # On Windows
# Start the web app
job-apply-ai web
Open your browser and go to: http://localhost:5000
Upload your base CV template
Search for jobs by entering a job title and location
Generate tailored CVs for all jobs or for specific jobs
The application also provides a command-line interface:
# Scrape job listings
job-apply-ai scrape --keyword "Software Engineer" --location "Berlin" --max-jobs 5
# Generate tailored CVs for all jobs in an Excel file
job-apply-ai batch --cv path/to/cv_template.docx --jobs-file path/to/jobs.xlsx
# Generate a tailored CV for a single job description
job-apply-ai tailor --cv path/to/cv_template.docx --job path/to/job_description.txt
job_apply_ai/scraper/: Job listing scraping modulesjob_apply_ai/cv_modifier/: CV customization functionalityjob_apply_ai/utils/: Utility functions and helpersjob_apply_ai/ui/: User interface componentsjob_apply_ai/outputs/: Output directories for jobs and CVs
job_apply_ai/outputs/jobs/: Contains Excel files with job listingsjob_apply_ai/outputs/cvs/: Contains generated CV filesFor detailed testing instructions, see TESTING_GUIDE.md.
MIT
Contributions are welcome! Please feel free to submit a Pull Request.