Skip to content
/ jobs Public

Wrapper classes for interacting with the APIs of job boards.

License

Notifications You must be signed in to change notification settings

justonsky/jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jobs.py

Wrapper classes for asynchronously interacting with the APIs of job boards.

Supported Job Boards

At the moment only Github Jobs and The Muse's Developer API are supported. This list will be added on to in the near future.

Boards requiring use of a key have or will have a special method setKey() for their respective classes.

And as a important note, please be respectful and act within limits when querying sites.

Requirements

The following modules are required to use the classes within this module:

  • asyncio
  • aiohttp

These are contained in requirements.txt. In addition, if you want to test this module, the unittest module is required (but that's already included in the Python standard library).

You can install all of these dependencies by running the following command:

pip install -r requirements.txt

About

Wrapper classes for interacting with the APIs of job boards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages