Skip to content

Riminder/hrflow-resumes-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resume_importer

## usage

resumeImporter [-h] --paths [PATHS [PATHS ...]] [-r]
                          [--source_id SOURCE_ID] [--api_key API_KEY][--api_url API_URL]
                          [--timestamp_reception TIMESTAMP_RECEPTION]
                          [--verbose] [--silent] [--n-worker N_WORKER] [--sleep SLEEP]
                          [--logfile LOGFILE]

description

resume_importer uploads resume to Riminder's platform. The resumes are selected using the paths argument and can be a directory or just a file. In case a profile does not get sent, a folder named failed-resumes will be created in the current directory with a copy of the failed files.

options

  • --paths path/to/target/file/or/directory1 path/to/target/file/or/directory2 ... path/to/target/file/or/directoryn
    • Directory where document will be takken
    • Required
  • -h
    • print help message and exit
  • --source_id source_id
    • Source id of the source where files will be upload.
    • Will be asked if absent.
  • --api_key api_secret_key
    • Your api secret, available on your riminder platform.
    • Will be asked if absent.
  • --api_url api_url
  • --verbose
    • Enable verbose mode
  • --silent
    • Enable silent mode
  • --n-worker n
    • Select the number of worker (thread) you want to use.
    • Default: 3
  • --sleep n
    • Number of seconds between each file upload.
    • Default: 0
  • --logfile path/to/file
    • Select a file where export logs will be logged
  • --timestamp_reception timestamp
    • Timestamp of the reception of these file
    • Default: Time when file get to the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages