A Python library to interact with the Resume Copilot API, allowing job search integration into applications.
Project description
ResumeCopilot Python Library
Overview
ResumeCopilotLib is a Python library designed to interact with the Resume Copilot API, allowing developers to integrate job search functionality into their applications.
API Documentation
For detailed API documentation, visit:
Resume Copilot API
What is Resume Copilot?
Resume Copilot is your one-stop solution for crafting the perfect resume. It is available as a plugin in the ChatGPT Plus version, helping users streamline their resume-building process. With Resume Copilot, you can:
- Effortlessly upload and edit resumes
- Make precise improvements and enhancements
- Choose from a diverse range of professional templates
- Navigate and implement suggested changes with ease
To learn more, visit:
Resume Copilot Website
ChatGPT Plugin
Resume Copilot is also available as a ChatGPT plugin to enhance your resume-writing experience. You can access it here:
Resume Copilot on ChatGPT
Installation
To install the ResumeCopilot Python library via pip, use the following command:
pip install resume-copilot-lib
Usage
Here's a basic example of how to use the library to perform a job search:
from resume_copilot_lib import JobSearchHelper, JobSearchRequest
request = JobSearchRequest(
title="developer",
size=2
)
results = JobSearchHelper.search_jobs(request)
for job in results.jobs:
print(f"Job: {job.name} at {job.company_name}")
Contributing
We welcome contributions! Feel free to open issues or submit pull requests to improve the library.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file resume_copilot_lib-1.0.0.tar.gz.
File metadata
- Download URL: resume_copilot_lib-1.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb1feab10f0fe71d5150bf17badf4834e67c74cda2d90972f0a2190adfcf6831
|
|
| MD5 |
f5812aa790b583069e311a31c662eb62
|
|
| BLAKE2b-256 |
7bdd0b023d203c8764c2df8e9318b801a19b8a265db1f222ddefa8818581ca61
|
File details
Details for the file resume_copilot_lib-1.0.0-py3-none-any.whl.
File metadata
- Download URL: resume_copilot_lib-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9dfb785763f4f5dadac2418d1c28ee6c46cc06e1d3c824602b9b5493004f5fd
|
|
| MD5 |
5ab43e966e14e158f07023801ce57385
|
|
| BLAKE2b-256 |
cbdc962d135b2094e56a06925d7213dc0521be6bb920f510805c98705d403a74
|