CoverBot is an advanced tool designed to enhance job search efficiency by generating custom cover letter templates. Utilizing the OpenAI API, CoverBot interfaces with ChatGPT to intake a job description and a resume, crafting a tailored cover letter template. This automated process empowers users to quickly produce personalized cover letters, significantly streamlining their job application efforts.
Follow these instructions to install CoverBot:
```bash git clone https://github.com/th30d0re/CoverBot.git cd CoverBot
```
To use CoverBot, provide a job description and your resume. The application will generate a cover letter template for further customization.
```bash
coverbot generate --job-description "<job_description.txt>" --resume "<resume.txt>" ```
Contributions to CoverBot are welcome. Here's how you can contribute:
```bash
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
CoverBot is MIT licensed, as found in the LICENSE file.
- Thanks to OpenAI for providing the ChatGPT API.
- Special thanks to all contributors and supporters of the project.