Skip to content

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

Notifications You must be signed in to change notification settings

shazeltion17/uipath_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages