Skip to content

See4Devs/create-candidates-bamboohr-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Post Candidates on BambooHR with Python

A basic python script to create candidates on BambooHR.

Prerequisites

If you don't have it, Install the requests library

pip3 install requests

You need to have a BambooHR account and then gernerate an API key so you can use it to run the python code.

Run the code

python3 get_bamboohr_jobs.py

You’ll see a list of job IDs and their corresponding titles outputted in your terminal or shell. Make a note of the jobId you want to use when posting candidates.

python3 post_bamboohr_candidates.py

Replace the subdomain, api_key and 'the_job_id_you_obtained' with the actual job ID you retrieved from the previous script.

Author : Lucien Chemaly

About

How to create candidates on BambooHR using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages