Download as pdf or txt
Download as pdf or txt
You are on page 1of 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