Metadata-Version: 2.1
Name: hrflow-connectors
Version: 0.1.0
Summary: hrflow-connectors is an open source project created by HrFlow.ai to allow developers to connect easily HR ecosystem component.
Home-page: https://github.com/Riminder/hrflow-connectors
Author: Hrflow
Author-email: support+hrflow_connectors@hrflow.ai
License: Apache-2.0
Project-URL: Documentation, https://developers.hrflow.ai/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE

<p align="center">
  <a href="https://hrflow.ai">
    <img alt="hrflow" src="https://img.riminder.net/logo-hrflow.svg" width="120" />
  </a>
</p>
<h1 align="center">
  HrFlow.ai connectors
</h1>

![](https://img.shields.io/github/v/release/Riminder/hrflow-connectors) ![](https://img.shields.io/github/license/Riminder/hrflow-connectors)


<p align="center">
  <a href="https://hrflow.ai">
    <img alt="hrflow" src="https://hrflow-ai.imgix.net/corporate.svg"/>
  </a>
</p>

<br/>

  `hrflow-connectors` is an open source project created by **HrFlow.ai** 
to allow developers to connect easily HR ecosystem component.

This project is basically designed to handle simply and easily,
complex HR integrations by using [**workflows**](https://developers.hrflow.ai/docs/workflows) feature.
<br/>


## About HrFlow.ai
  https://www.HrFlow.ai is an API first company that provides the most sophisticated AI Powered JOB & PROFILE API. Corporates and Software vendors can leverage our technology layers to Parse, Enrich and Score both job and candidate data. The platform supports +200 apps, pipelines and code integrations so you can automate workflows with your favorite tools.
  - Our Developers documentation : https://developers.hrflow.ai/
  - Our API list (Parsing, Revealing, Embedding, Searching, Scoring, Reasoning) : https://www.hrflow.ai/api
  - Our cool demos labs : https://labs.hrflow.ai

## List of Connectors
- **ADP** (soon)
- **Craigslist** (soon)
- **Careerbuilder** (soon)
- **Cegid(Meta4)** (soon)
- **Ceridian** (soon)
- **Cornerstone OnDemand** (soon)
- **Crosstalent** : `GetAllJobs`
- **Digitalrecruiters** (soon)
- **Indeed** (soon)
- **Kronos(UKG)** (soon)
- **Laponi** (soon)
- **Mailchimp** (soon)
- **Monster** (soon)
- **Oracle** (soon)
- **SAP Successfactors** (soon)
- **Salesforce** (soon)
- **Smartrecruiters** (soon)
- **Staffme** (soon)
- **Talentsoft** (soon)
- **Twilio** (soon)
- **Ultimate Software(UKG)** (soon)
- **Workday** (soon)
    

## 🚀 Environment
### 
Workflows runs in the following environment:

    python==3.6
    hrflow==1.9.0
    requests==2.24.0
    selenium==3.141.0
    twilio==6.46.0
    scipy==1.5.1
    numpy==1.19.0

## 🧐 What"s inside?

  A quick look at the top-level files of a **connector code structure**.


  1.  **`src/hrflow_connectors/connectors`**: This directory will contain
      all connectors.

  2.  **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.

  3.  **`tutorial`**: Use cases.
      
  4.  **`LICENSE`**: Apache License.

  5. **`README.md`**: A text file containing useful reference information about this project.

## :octocat: Contributions

  Please feel free to contribute to the quality of this content by
  submitting PRs for improvements to code, architecture, etc. 
  While typo fixes are welcomed, they will likely be caught through 
  normal editing/publishing processes, so please don"t worry about 
  them right now.

  Any contributions you make to this effort are of course greatly 
  appreciated.


