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="driver", size=5)

try:
    results = JobSearchService.search_jobs(request)
    print("Job Search Results:")
    
    for job in results.get("jobs", []):
        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.3.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.3-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jopilot_api-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 d7979223b04329262f1271d321856c11fd130b301f1e359f232cb9d8f7a9a693
MD5 569a7a4e589dcd3eec56dc5837c9d686
BLAKE2b-256 35bedd79c47cb1ab6e23c96336a98a93f07fcef3a6bb827230afdd7728ff88c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jopilot_api-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.4 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3b711f8da6ad638a3733ec623ad295094e4c885935602500a456201625e06572
MD5 9e08cebe76ff7f6e45cd76d9253d65a2
BLAKE2b-256 965c6aabda9b642be6d85f1050fc9678b35183466c47ac63f9cde7149d8103d4

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