All Projects → robocorp → Rcc

robocorp / Rcc

Licence: apache-2.0
RCC is a set of tooling that allows you to create, manage, and distribute Python-based self-contained automation packages - or 'robots' as we call them.

Programming Languages

python
139335 projects - #7 most used programming language
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Rcc

Robotframework
Generic automation framework for acceptance testing and RPA
Stars: ✭ 6,534 (+3789.29%)
Mutual labels:  automation, robotframework
Home Assistant Config
Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC 🏠 🤖
Stars: ✭ 926 (+451.19%)
Mutual labels:  automation, yaml
Just Api
💥 Test REST, GraphQL APIs
Stars: ✭ 768 (+357.14%)
Mutual labels:  automation, yaml
robotframework-aristalibrary
Robot Framework library for Arista EOS
Stars: ✭ 14 (-91.67%)
Mutual labels:  robot, robotframework
Napalm Salt
Modules for event-driven network automation and orchestration using Salt
Stars: ✭ 116 (-30.95%)
Mutual labels:  automation, yaml
Red
RED - Robot Editor
Stars: ✭ 310 (+84.52%)
Mutual labels:  robot, robotframework
Robotgo
RobotGo, Go Native cross-platform GUI automation @vcaesar
Stars: ✭ 7,095 (+4123.21%)
Mutual labels:  automation, robot
Automagica
AI-powered Smart Robotic Process Automation 🤖
Stars: ✭ 2,610 (+1453.57%)
Mutual labels:  automation, robot
Pynms
A vendor-agnostic NMS for carrier-grade network simulation and automation
Stars: ✭ 73 (-56.55%)
Mutual labels:  automation, yaml
Kafka Specs
Tool to ease and automate Apache Kafka cluster configuration management
Stars: ✭ 36 (-78.57%)
Mutual labels:  automation, yaml
page-modeller
⚙️ Browser DevTools extension for modelling web pages for automation.
Stars: ✭ 66 (-60.71%)
Mutual labels:  robot, robotframework
Autolink
AutoLink是一个开源Web IDE自动化测试集成解决方案
Stars: ✭ 129 (-23.21%)
Mutual labels:  robot, robotframework
robot-framework-docker
Docker image to run robot framework acceptance testing in a docker container
Stars: ✭ 24 (-85.71%)
Mutual labels:  robot, robotframework
Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (+99.4%)
Mutual labels:  automation, robot
smacha
SMACHA is a meta-scripting, templating, and code generation engine for rapid prototyping of ROS SMACH state machines.
Stars: ✭ 15 (-91.07%)
Mutual labels:  yaml, robot
Puloversmacrocreator
Automation Utility - Recorder & Script Generator
Stars: ✭ 803 (+377.98%)
Mutual labels:  automation, robot
Homeassistant
Example Home Assistant Configs
Stars: ✭ 846 (+403.57%)
Mutual labels:  automation, yaml
Robotn
Robotn, Native cross-platform GUI automation
Stars: ✭ 123 (-26.79%)
Mutual labels:  automation, robot
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (-4.17%)
Mutual labels:  automation, yaml
Open manipulator
OpenManipulator for controlling in Gazebo and Moveit with ROS
Stars: ✭ 163 (-2.98%)
Mutual labels:  robot

RCC

RCC is a set of tooling that allows you to create, manage, and distribute Python-based self-contained automation packages - or robots 🤖 as we call them.

Together with robot.yaml configuration file, rcc is a foundation that allows anyone to build and share automation with ease.

Getting Started

⏬ Install rcc

Install or Download RCC

Pull robot from GitHub:

rcc pull github.com/robocorp/example-google-image-search

🏃 Run robot

rcc run

🐣 Create your own robot from template

rcc robot initialize -t standard

For detailed instructions, visit Robocorp RCC documentation to get started. To build rcc from this repository see the Setup Guide

Installing RCC from command line

Windows

  1. Open the command prompt
  2. Download: curl -o rcc.exe https://downloads.robocorp.com/rcc/releases/latest/windows64/rcc.exe
  3. Add to system path: Open Start -> Edit the system environment variables
  4. Test: rcc

macOS

Brew cask from Robocorp tap

  1. Install: brew install robocorp/tools/rcc
  2. Test: rcc

Upgrading: brew upgrade rcc

Raw download

  1. Open the terminal
  2. Download: curl -o rcc https://downloads.robocorp.com/rcc/releases/latest/macos64/rcc
  3. Make the downloaded file executable: chmod a+x rcc
  4. Add to path: sudo mv rcc /usr/local/bin/
  5. Test: rcc

Linux

  1. Open the terminal
  2. Download: curl -o rcc https://downloads.robocorp.com/rcc/releases/latest/linux64/rcc
  3. Make the downloaded file executable: chmod a+x rcc
  4. Add to path: sudo mv rcc /usr/local/bin/
  5. Test: rcc

Direct downloads for signed executables provided by Robocorp

OS Download URL latest version info
Windows https://downloads.robocorp.com/rcc/releases/latest/windows64/rcc.exe
macOS https://downloads.robocorp.com/rcc/releases/latest/macos64/rcc
Linux https://downloads.robocorp.com/rcc/releases/latest/linux64/rcc

EULA for pre-built distribution.

Documentation

Visit https://robocorp.com/docs to view the full documentation on the full Robocorp stack.

Community

The Robocorp community can be found on Developer Slack, where you can ask questions, voice ideas, and share your projects.

You can also use the Robocorp Forum

License

Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].