Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botcity-dev/botcity-maestro-sdk-csharp
BotCity Maestro SDK - C#
https://github.com/botcity-dev/botcity-maestro-sdk-csharp
Last synced: about 1 month ago
JSON representation
BotCity Maestro SDK - C#
- Host: GitHub
- URL: https://github.com/botcity-dev/botcity-maestro-sdk-csharp
- Owner: botcity-dev
- License: apache-2.0
- Created: 2022-08-18T14:52:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T16:33:06.000Z (4 months ago)
- Last Synced: 2024-09-08T18:29:07.274Z (4 months ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/BotCity.Maestro.SDK
- Size: 131 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- 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 - C#
## Summary
- [🤖 Computer-vision based UI Automation](#-computer-vision-based-ui-automation)
- [🚀 Getting Started](#-getting-started)
- [📦 Prerequisites](#-prerequisites)
- [💫 Installing](#-installing)
- [📚 Documentation](#-documentation)
- [🤝 Contributing to BotCity Framework](#-contributing-to-botcity-framework)
- [⛑ Support](#-support)
- [🐛 Bug reports and 💎 Feature requests](#-bug-reports-and--feature-requests)
- [📢 Contact us](#-contact-us)## 🤖 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).
## 🚀 Getting Started
### 📦 Prerequisites
* dotnet 8### 💫 Installing
```bash
dotnet add package BotCity.Maestro.SDK
```## 📚 Documentation
Documentation is available at https://documentation.botcity.dev/maestro/maestro-sdk/.
## 🌎 BotCity Automation Platform
BotCity is a platform to develop, deploy, manage and maintain automations. Automations can be developed in Python, Java, Javascript or Csharp using open-source libraries that are market standard.## 🤝 Contributing to BotCity Framework
- [Guidelines](https://github.com/botcity-dev/botcity-maestro-sdk-csharp/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-csharp/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-csharp/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-csharp/issues/new?template=bug-report.md) and let us know where our documentation could be improved.