{"id":26422772,"url":"https://github.com/jopilot-net/jopilotapi-ruby","last_synced_at":"2026-02-12T22:32:46.572Z","repository":{"id":281669168,"uuid":"945784050","full_name":"jopilot-net/JoPilotAPI-ruby","owner":"jopilot-net","description":"A Ruby gem for accessing the JoPilot API, providing an easy way to add AI-driven job search functionality to Ruby applications.","archived":false,"fork":false,"pushed_at":"2025-03-10T15:07:57.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-10T03:48:25.398Z","etag":null,"topics":["ai","api-wrapper","job-search","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":"https://jopilot.net/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jopilot-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-10T05:49:49.000Z","updated_at":"2025-03-10T19:51:40.000Z","dependencies_parsed_at":"2025-07-24T15:34:06.642Z","dependency_job_id":"a25b2214-01fb-46cb-abbb-b8b023eaec3b","html_url":"https://github.com/jopilot-net/JoPilotAPI-ruby","commit_stats":null,"previous_names":["jopilot-net/jopilotapi-ruby"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jopilot-net/JoPilotAPI-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jopilot-net%2FJoPilotAPI-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jopilot-net%2FJoPilotAPI-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jopilot-net%2FJoPilotAPI-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jopilot-net%2FJoPilotAPI-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jopilot-net","download_url":"https://codeload.github.com/jopilot-net/JoPilotAPI-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jopilot-net%2FJoPilotAPI-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29383936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","api-wrapper","job-search","ruby","ruby-gem"],"created_at":"2025-03-18T02:36:13.419Z","updated_at":"2026-02-12T22:32:46.567Z","avatar_url":"https://github.com/jopilot-net.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JoPilotAPI-Ruby\n\n## Overview\nJoPilotAPI-Ruby is a Ruby library designed to interact with the JoPilot API, allowing developers to integrate AI-powered job search functionality into their applications.\n\n## API Documentation\nFor detailed API documentation, visit:  \n[JoPilot API Documentation](https://api.jopilot.net/swagger/index.html)\n\n## What is JoPilot?\nJoPilot is a cutting-edge AI-driven job search assistant that helps users find the best job opportunities tailored to their needs. With JoPilot, you can access intelligent job search capabilities through our API.\n\nTo learn more, visit:  \n[JoPilot Official Website](https://jopilot.net/)\n\n## ChatGPT Plugin\nJoPilot is also available as a ChatGPT plugin to enhance your job search experience:  \n[JoPilot ChatGPT Plugin](https://chatgpt.com/g/g-OMF6BEtGB-jopilot)\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'jopilot-api'\n```\n\nAnd then execute:\n\n```bash\n$ bundle install\n```\n\nOr install it yourself as:\n\n```bash\n$ gem install jopilot-api\n```\n\n## Usage\nHere's a basic example of how to use the library to perform a job search:\n\n```ruby\nrequire 'jopilot_api'\n\n# Create a job search request\nrequest = JoPilotAPI::JobSearchRequest.new(\n  title: 'driver',\n  size: 2\n)\n\n# Perform the job search\nbegin\n  result = JoPilotAPI::JobSearchService.search_jobs(request)\n  \n  # Display job results\n  result[:jobs].each do |job|\n    puts \"Job: #{job[:name]} at #{job[:companyName]}\"\n    puts \"Location: #{job[:location][:city]}, #{job[:location][:state]}, #{job[:location][:country]}\"\n    puts \"Source: #{job[:feed]}\"\n    puts \"Posted: #{job[:created]}\"\n    puts '-' * 50\n  end\nrescue StandardError =\u003e e\n  puts \"Failed to fetch jobs: #{e.message}\"\nend\n```\n\n## Features\n- **Easy API Integration**: Call JoPilot's API with simple and intuitive methods\n- **Advanced Job Search**: Search for jobs based on title, location, company name, and more\n- **Real-time Updates**: Get up-to-date job listings with API requests\n\n## Contributing\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\nThis project is licensed under the MIT License.\n\n---\n\nLeverage the power of JoPilot and bring AI-driven job search to your Ruby applications today!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjopilot-net%2Fjopilotapi-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjopilot-net%2Fjopilotapi-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjopilot-net%2Fjopilotapi-ruby/lists"}