Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botcity-dev/botcity-maestro-sdk-python
BotCity Maestro SDK - Python
https://github.com/botcity-dev/botcity-maestro-sdk-python
automation-framework orchestration orchestration-framework robotframework rpa
Last synced: 3 months ago
JSON representation
BotCity Maestro SDK - Python
- Host: GitHub
- URL: https://github.com/botcity-dev/botcity-maestro-sdk-python
- Owner: botcity-dev
- License: apache-2.0
- Created: 2021-05-26T02:57:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T19:58:14.000Z (8 months ago)
- Last Synced: 2024-09-26T20:52:08.562Z (3 months ago)
- Topics: automation-framework, orchestration, orchestration-framework, robotframework, rpa
- Language: Python
- Homepage: https://documentation.botcity.dev/maestro/maestro-sdk/
- Size: 12.2 MB
- Stars: 18
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
BotCity Maestro SDK - Python
ยซ Explore Framework docs ยป
## Summary
- [๐ค Computer-vision based UI Automation](#-computer-vision-based-ui-automation)
- [๐ Generate Python Code while Interacting with your UI](#-generate-python-code-while-interacting-with-your-ui)
- [๐ Getting Started](#-getting-started)
- [๐ฆ Prerequisites](#-prerequisites)
- [๐ซ Installing](#-installing)
- [โญ Orchestrating with BotCity Maestro](#-orchestrating-with-botcity-maestro)
- [๐ Documentation](#-documentation)
- [๐ป Developers Portal](#-developers-portal)
- [๐ฌ Forum](#-forum)
- [๐ BotCity Automation Platform](#-botcity-automation-platform)
- [1๏ธโฃ All in One Platform](#1๏ธโฃ--all-in-one-platform)
- [2๏ธโฃ Deploy with a Single Line](#2๏ธโฃ--deploy-with-a-single-line)
- [3๏ธโฃ Manage your Task Queue](#3๏ธโฃ--manage-your-task-queue)
- [4๏ธโฃ Manage your Runtime Environments](#4๏ธโฃ--manage-your-runtime-environments)
- [5๏ธโฃ Create Alerts and Reports from the Automation Execution](#5๏ธโฃ--create-alerts-and-reports-from-the-automation-execution)
- [6๏ธโฃ Create your Community Account](#6๏ธโฃ--create-your-community-account)
- [๐ค Contributing to BotCity Framework](#-contributing-to-botcity-framework)
- [โ Support](#-support)
- [๐ Bug reports and ๐ Feature requests](#-bug-reports-and--feature-requests)
- [๐ข Contact us](#-contact-us)
- [๐ก Related Projects](#-related-projects)## ๐ค Computer-vision based UI Automation
Recognize and interact with UI elements using state-of-art computer vision module.
Operate any UI interface independent of the technology or platform (desktop, web, terminal).
## ๐ Generate Python Code while Interacting with your UI
Use our Development Tool alongside your favorite IDE to select UI components and generate python code.
[![BotCity Studio](https://files.botcity.dev/github/readme/studio/studio.gif)](https://documentation.botcity.dev/studio/)
[SIGN UP](https://developers.botcity.dev/signup) and download our tools.
## ๐ Getting Started
### ๐ฆ Prerequisites
* Python 3.7+
* requests### ๐ซ Installing
```bash
pip install botcity-maestro-sdk
```### โญ Orchestrating with BotCity Maestro
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/botcity-dev/botcity-maestro-sdk-python/HEAD?filepath=examples%2Fmaestro-sdk-demo.ipynb)
Explore the Maestro SDK now without installing anything. [Click Here to Start.](https://mybinder.org/v2/gh/botcity-dev/botcity-maestro-sdk-python/HEAD?filepath=examples%2Fmaestro-sdk-demo.ipynb)
## ๐ Documentation
Documentation is available at https://documentation.botcity.dev/maestro/maestro-sdk/.
## ๐ป Developers Portal
[![Developers Portal](https://files.botcity.dev/github/readme/portal.png?)](https://documentation.botcity.dev)
## ๐ฌ Forum
[![Forum](https://files.botcity.dev/github/readme/forum.png)](https://community.botcity.dev/)
## ๐ BotCity Automation Platform
BotCity is a platform to develop, deploy, manage and maintain automations. Automations can be developed in Python or Java using open-source libraries that are market standard.### 1๏ธโฃ All in One Platform
Develop, deploy, manage and scale your Automation Ops using All in One platform that provides task queue, runtime environment management, reports, alerts, logs and much more.[![BotCity Maestro](https://files.botcity.dev/github/readme/maestro/maestro.png?)](https://documentation.botcity.dev/maestro/)
### 2๏ธโฃ Deploy with a Single Line
Use BotCity command-line interface (CLI) to deploy your bot into a runtime environment with a single line:
[![BotCity CLI](https://files.botcity.dev/github/readme/cli/botcli.gif)](https://documentation.botcity.dev/cli/)
### 3๏ธโฃ Manage your Task Queue
[![BotCity Maestro Task Queue](https://files.botcity.dev/github/readme/maestro/tasks.png?)](https://documentation.botcity.dev/maestro/features/task-queue/)
### 4๏ธโฃ Manage your Runtime Environments
[![BotCity Maestro Machines](https://files.botcity.dev/github/readme/maestro/machines.png?)](https://documentation.botcity.dev/maestro/features/runners/)
### 5๏ธโฃ Create Alerts and Reports from the Automation Execution
#### Alerts
[![BotCity Maestro Alerts](https://files.botcity.dev/github/readme/maestro/alerts.png?)](https://documentation.botcity.dev/maestro/features/alerts/)#### Execution Logs
[![BotCity Maestro Alerts](https://files.botcity.dev/github/readme/maestro/logs.png?)](https://documentation.botcity.dev/maestro/features/logs/)### 6๏ธโฃ Create your Community Account
We have a community account for hobbyists and students. Just signup and start automating.
[![Sign Up](https://files.botcity.dev/github/readme/signup.png?)](https://developers.botcity.dev/signup)
## ๐ค Contributing to BotCity Framework
- [Guidelines](https://github.com/botcity-dev/botcity-maestro-sdk-python/blob/main/.github/CONTRIBUTING.md)
- [Documentation](https://documentation.botcity.dev/maestro/maestro-sdk/)## โ Support
### ๐ Bug reports and ๐ Feature requests
If you spot a problem, please let us know by following the template in
here: [Report a bug](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=bug-report.md).Ideas or suggestions for enhancements are more than welcome. Please use the following
template in here: [Request feature](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=feature-request.md&labels=request).### ๐ข Contact us
If you have questions or comments in general about the framework, we want to know.
You can choose between the channels the one that best fit you:
- [BotCity Community]() (Public)
or you can [file a bug](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=bug-report.md) and let us know where our documentation could be improved.
## ๐ก Related Projects