pip install gitpythonpip install tonclipip install DateTime
- Import
create_metadata_for_vacancy(...)function from create_metadata.py. - Pass to this function the following arguments:
company_name,vacancy_name,company_logo(as a link to image, like in example),company_wallet,applicant_wallet,referral_wallet,vacancy_id(unique id, we get it from backend),hiring_process_start_date- when hiring process started. Of course you need to have access to this repository.
- Here, in this repo, in data folder you will get three
.jsonfiles, ending on vacancy_id (likeCompany-0.jsonforvacancy_id == 0). You can use them in deploying scripts.
P.S. Script assumes that you run your program from /scripts folder. If not, you should change relative PATH_OF_GIT_REPO in push_to_git.py.