0% found this document useful (0 votes)
51 views

Modulos Python

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
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Modulos Python

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
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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 https://pypi.org/project/botcity-captcha-plugin/

Hashicorp Vault Secrets and encryption management https://pypi.org/project/botcity-hashicorp-vault-plugin/

Documents Read PDF files https://pypi.org/project/botcity-documents/

AWS Secrets Manager Secrets management https://pypi.org/project/botcity-aws-secretsmanager-plugin/

AWS S3 Storage on Amazon Simple Storage Service (S3) https://pypi.org/project/botcity-aws-s3-plugin/

Google Drive Storage on Google Drive https://pypi.org/project/botcity-googledrive-plugin/

E-mail Send and read e-mails using a mailbox https://pypi.org/project/botcity-email-plugin/

Google Gmail Send and read e-mails using Gmail accounts https://pypi.org/project/botcity-gmail-plugin/

Google Cloud Vision OCR processing using Google Cloud Vision https://pypi.org/project/botcity-cloudvision-plugin/

HTTP Interact with HTTP endpoints https://pypi.org/project/botcity-http-plugin/

Crawler Crawl websites for extracting data https://pypi.org/project/botcity-crawler-plugin/

AWS Textract OCR Processing using Amazon Textract https://pypi.org/project/botcity-aws-textract-plugin/

Files Compress and decompress files and folders https://pypi.org/project/botcity-files-plugin/

AWS Lambda AWS Lambda functions https://pypi.org/project/botcity-aws-lambda-plugin/

AWS SQS Use AWS Simple Queue Service https://pypi.org/project/botcity-aws-sqs-plugin/

Google Sheets Manipulate Google Sheets files https://pypi.org/project/botcity-googlesheets-plugin/

Excel Plugin Basic Excel file processing https://pypi.org/project/botcity-excel-plugin/

CSV Plugin Basic CSV file processing https://pypi.org/project/botcity-csv-plugin/

Twilio WhatsApp Use Twilio for WhatsApp communication https://pypi.org/project/botcity-twilio-whatsapp-plugin/

Twilio SMS Use Twilio for SMS communication https://pypi.org/project/botcity-twilio-sms-plugin/

WhatsApp WhatsApp Communication https://pypi.org/project/botcity-whatsapp-plugin/

Slack Send messages, files on Slack https://pypi.org/project/botcity-slack-plugin/

Discord Send messages, files on Discord https://pypi.org/project/botcity-discord-plugin/

FTP File operations over File Transfer Protocol (FTP) https://pypi.org/project/botcity-ftp-plugin/

Recorder Create a video of your RPA running https://pypi.org/project/botcity-recorder-plugin/

Google Calendar Manipulate Google Calendar events https://pypi.org/project/botcity-googlecalendar-plugin/

Telegram Send messages, files on Telegram https://pypi.org/project/botcity-telegram-plugin/

Para documentação completa e tutorial: https://documentation.botcity.dev/plugins/

You might also like