Giter Club home page Giter Club logo

amisol / rpaframework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robocorp/rpaframework

0.0 0.0 0.0 44.17 MB

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python

Home Page: https://www.rpaframework.org/

License: Apache License 2.0

Python 92.74% Makefile 1.13% RobotFramework 5.03% Dockerfile 0.06% HTML 0.24% CSS 0.36% Shell 0.05% Java 0.37% Batchfile 0.01%

rpaframework's Introduction

RPA Framework

Table of Contents

Introduction

RPA Framework is a collection of open-source libraries and tools for Robotic Process Automation (RPA), and it is designed to be used with both Robot Framework and Python. The goal is to offer well-documented and actively maintained core libraries for Software Robot Developers.

Learn more about RPA at Robocorp Documentation.

The project is:


Status

rpaframework latest version

License


rpaframework-dialogs latest version

rpaframework-google latest version

rpaframework-pdf latest version

rpaframework-recognition latest version

rpaframework-core latest version

Libraries

The RPA Framework project currently includes the following libraries:

Archive Archiving TAR and ZIP files
Browser.Selenium Control browsers and automate the web
Browser.Playwright Newer way to control browsers
Cloud.AWS Use Amazon AWS services
Cloud.Azure Use Microsoft Azure services
Cloud.Google Use Google Cloud services
Crypto Common hashing and encryption operations
Database Interact with databases
Desktop Cross-platform desktop automation
Desktop.Clipboard Interact with the system clipboard
Desktop.OperatingSystem Read OS information and manipulate processes
Desktop.Windows Automate Windows desktop applications
Dialogs Request user input during executions
Email.Exchange E-Mail operations (Exchange protocol)
Email.ImapSmtp E-Mail operations (IMAP & SMTP)
Excel.Application Control the Excel desktop application
Excel.Files Manipulate Excel files directly
FileSystem Read and manipulate files and paths
FTP Interact with FTP servers
HTTP Interact directly with web APIs
Images Manipulate images
JavaAccessBridge Control Java applications
JSON Manipulate JSON objects
Notifier Notify messages using different services
Outlook.Application Control the Outlook desktop application
PDF Read and create PDF documents
Robocorp.Process Use the Robocorp Process API
Robocorp.WorkItems Use the Robocorp Work Items API
Robocorp.Vault Use the Robocorp Secrets API
Salesforce Salesforce operations
SAP Control SAP GUI desktop client
Tables Manipulate, sort, and filter tabular data
Tasks Control task execution
Twitter Twitter API interface
Word.Application Control the Word desktop application

Installation

If you already have Python and pip installed, you can use:

pip install rpaframework

To install all extra packages, you can use:

pip install rpaframework[aws,cv]

Other packages that can be installed separately are:

pip install rpaframework-dialogs  # included in the rpaframework by default
pip install rpaframework-google
pip install rpaframework-pdf  # included in the rpaframework by default
pip install rpaframework-recognition

Note

Python 3.6 or higher is required

Example

After installation the libraries can be directly imported inside Robot Framework:

*** Settings ***
Library    RPA.Browser.Selenium

*** Tasks ***
Login as user
    Open available browser    https://example.com
    Input text    id:user-name    ${USERNAME}
    Input text    id:password     ${PASSWORD}

The libraries are also available inside Python:

from RPA.Browser.Selenium import Selenium

lib = Selenium()

lib.open_available_browser("https://example.com")
lib.input_text("id:user-name", username)
lib.input_text("id:password", password)

Support and contact

Contributing

Found a bug? Missing a critical feature? Interested in contributing? Head over to the Contribution guide to see where to get started.

License

This project is open-source and licensed under the terms of the Apache License 2.0.

rpaframework's People

Contributors

mikahanninen avatar osrjv avatar xylix avatar janipalsamaki avatar mchece avatar cmin764 avatar tuomasnylund avatar mdp avatar orlof avatar jooooooooco avatar kensoh avatar noordsestern avatar antusystem avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.