Skip to main content

Python wrapper for the JoPilot API.

Project description

JoPilotAPI-Python

Overview

JoPilotAPI-Python is a Python wrapper for the JoPilot API, enabling developers to integrate AI-powered job search functionality into their applications with ease.

API Documentation

For detailed API documentation, visit:
JoPilot API Documentation

What is JoPilot?

JoPilot is an advanced AI-driven job search assistant that helps users find the best job opportunities tailored to their needs. By integrating with JoPilot, you gain access to intelligent job search capabilities through a simple API.

To learn more, visit:
JoPilot Official Website

ChatGPT Plugin

JoPilot is also available as a ChatGPT plugin to enhance your job search experience:
JoPilot ChatGPT Plugin

Installation

To install JoPilotAPI-Python via pip, use the following command:

pip install jopilot-api

Usage

Here's a basic example of how to use the library to perform a job search:

from jopilot_api.job_search import JobSearchService, JobSearchRequest

request = JobSearchRequest(title="Software Engineer", size=5)

try:
    results = JobSearchService.search_jobs(request)  # Returns a dictionary
    print("Job Search Results:")
    
    for job in results.get("jobs", []):  # Iterate over jobs as dictionaries
        print(f"Job: {job.get('name')} at {job.get('companyName')}")
        print(f"Location: {job.get('location', {}).get('city')}, {job.get('location', {}).get('state')}, {job.get('location', {}).get('country')}")
        print(f"Source: {job.get('feed')}")
        print(f"Posted: {job.get('created')}")
        print('-' * 50)
except Exception as e:
    print(f"Error: {e}")

Features

  • Easy API Integration: Seamlessly interact with JoPilot's API using simple Python methods.
  • Advanced Job Search: Search for jobs based on title, location, company name, and more.
  • Real-time Updates: Fetch the latest job listings with API requests.

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.


Leverage the power of JoPilot and bring AI-driven job search to your Python applications today!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jopilot_api-0.1.2.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jopilot_api-0.1.2-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file jopilot_api-0.1.2.tar.gz.

File metadata

  • Download URL: jopilot_api-0.1.2.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.6

File hashes

Hashes for jopilot_api-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a769f60fcf10b42284905ae5d7a82c1612c758b751580eef86faa50604a66cfd
MD5 0097d32a88eda230a523adc928f60519
BLAKE2b-256 0e1bdeed7b541298df3d68ac05d16898bbc7f91ea01d8e01de1a851613909da2

See more details on using hashes here.

File details

Details for the file jopilot_api-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: jopilot_api-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.6

File hashes

Hashes for jopilot_api-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f61aa8c6691f88559470707797533b264379c3e57f819db4b5def6fadc0d0bf4
MD5 df4880670c98d1008ba83fcfdad761a0
BLAKE2b-256 6aac6df2c62e8c74952db429ab422e77106343afe22a4e612827e7189e642fea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page