0% found this document useful (0 votes)
27 views1 page

Python RPA Modules for Automation

This document discusses common use cases for RPA development in Python and available modules to handle these use cases. It lists over 20 modules that encapsulate solutions for tasks like captcha solving, secrets management, document processing, file storage, email/chat communication, and more. These modules can be used instead of writing custom code and provide plugins for services like AWS, Google Cloud, Twilio, and others. The full documentation and tutorials for these modules can be found at the provided URL.

Uploaded by

Carlos Igor
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Python RPA Modules for Automation

This document discusses common use cases for RPA development in Python and available modules to handle these use cases. It lists over 20 modules that encapsulate solutions for tasks like captcha solving, secrets management, document processing, file storage, email/chat communication, and more. These modules can be used instead of writing custom code and provide plugins for services like AWS, Google Cloud, Twilio, and others. The full documentation and tutorials for these modules can be found at the provided URL.

Uploaded by

Carlos Igor
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MÓDULOS DE RPA EM PYTHON

PRINCIPAIS CASOS DE USO NO DESENVOLVIMENTO


DE AUTOMAÇÕES
Ao desenvolver seus RPAs em Python, muitos casos de uso são comuns para a maioria dos
devs RPA. Você pode usar os diversos módulos Python que encapsulam soluções para esses
casos de uso, em vez de escrever seu próprio código:

NOME CASO DE USO MÓDULO


Captcha Plugin Anti captcha services integration [Link]

Hashicorp Vault Secrets and encryption management [Link]

Documents Read PDF files [Link]

AWS Secrets Manager Secrets management [Link]

AWS S3 Storage on Amazon Simple Storage Service (S3) [Link]

Google Drive Storage on Google Drive [Link]

E-mail Send and read e-mails using a mailbox [Link]

Google Gmail Send and read e-mails using Gmail accounts [Link]

Google Cloud Vision OCR processing using Google Cloud Vision [Link]

HTTP Interact with HTTP endpoints [Link]

Crawler Crawl websites for extracting data [Link]

AWS Textract OCR Processing using Amazon Textract [Link]

Files Compress and decompress files and folders [Link]

AWS Lambda AWS Lambda functions [Link]

AWS SQS Use AWS Simple Queue Service [Link]

Google Sheets Manipulate Google Sheets files [Link]

Excel Plugin Basic Excel file processing [Link]

CSV Plugin Basic CSV file processing [Link]

Twilio WhatsApp Use Twilio for WhatsApp communication [Link]

Twilio SMS Use Twilio for SMS communication [Link]

WhatsApp WhatsApp Communication [Link]

Slack Send messages, files on Slack [Link]

Discord Send messages, files on Discord [Link]

FTP File operations over File Transfer Protocol (FTP) [Link]

Recorder Create a video of your RPA running [Link]

Google Calendar Manipulate Google Calendar events [Link]

Telegram Send messages, files on Telegram [Link]

Para documentação completa e tutorial: [Link]

You might also like