/uipath_tools

This is a brief library for a python wrapper for the uipath orchestrator api

Primary LanguagePython

uipath_tools

Python wrapper for UiPath Orchestrator. Do simply things like create a robot, create a machine, start a job, stop a job.

Install

To install the package use:

pip install uipath_tools

Usage

To use, simply authenticate:

from uipath_tools import uipathorchestratorapi as uip

con = uip.UiPathConnection('<url>', '<tenant>', '<username>', '<password>')
con.authenticate()
releaseKey = con.get_release_key("<process name>_<environment>")
con.start_job(releaseKey)

Contact

For more information and feature requests please contact: samuel.ehrlich@fireanalytics.tech