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 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.0.tar.gz (2.6 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.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jopilot_api-0.1.0.tar.gz
  • Upload date:
  • Size: 2.6 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.0.tar.gz
Algorithm Hash digest
SHA256 0d8266bc3e999c6b68dafb6793a9b85503d008fb62d797243967c11b419bdb11
MD5 3931ea28f0ec5e438b59fc827fd878a2
BLAKE2b-256 c627c167db486543c97f33cfeb222a98731b9d34c7e9bd62e1d37f9e8091d0cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jopilot_api-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 759eee064cc39ede2dda45c764bddb4ba703c6fca770054333c90afe84657c05
MD5 1697b1724424ea4c492965095106da0d
BLAKE2b-256 f125c10ceb31db36d04b4a6404362b7c1b0b5fd266c3fc4b6686cc9b9357b0c3

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