You are on page 1of 1

RPA PYTHON MODULES

TOP USE CASES IN AUTOMATION DEVELOPMENT

When developing your RPAs in Python, many use cases are familiar to most RPA developers.
You can use Python modules that encapsulate solutions to those use cases instead of writing
your own code.

NAME USE CASE MODULE


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/

For complete documentation and tutorial: https://documentation.botcity.dev/plugins/

You might also like