Socket
Socket
Sign inDemoInstall

pyjob-jdockerty

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pyjob-jdockerty

Job searching through code, interaction to the Reed API.


Maintainers
1

Readme

PyJob

PyJob is an abstraction around the Reed API for job searching.

After providing an API key you can interact with the API for finding jobs that have been posted to Reed, either by companies or agencies, as well as the various other functionality that they provide.

You can:

  • Search for jobs
  • Find details of particular jobs using their IDs, this is used to grab an extended description of the job.

Installation

pip install pyjob-jdockerty

You will also need to register for a Reed API key and export this, e.g.

export REED_API_KEY=<your_key>

CLI Usage

A simple search can be conducted using the command

pyjob search --term "software engineer" --max-results 3

This displays results for jobs which match the term software engineer according to Reed's API, displaying the first 3 results to you.

To view available flags, use the --help flag

pyjob search --help

This provides a greater list of options to pass into the CLI.

TODO

  • Finish Search class for API interaction.
  • Add CI pipeline.
  • Add custom exceptions for raising errors, currently just exiting on error and printing a log message with sys.exit. Instead will raise exception and move the current logging message to the raised exception.
  • Build out a Detail class for finding more information around a job with the ID. [Response is similar, just with extended description, using this for now.
  • Create CLI wrapper for this API for job searches on the command line.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc