From 062f59f4453c56582af7b4d0ebad4590cc078ea0 Mon Sep 17 00:00:00 2001 From: vamsi Date: Sun, 22 Mar 2026 16:02:07 -0400 Subject: [PATCH 1/2] Add Salesforce Files Downloader tool to awesome-robotframework list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 329fe89..72751ea 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,10 @@ The Robot Framework Foundation is a non-profit organization that supports the de - [Robot Framework Solidity Testing Toolkit](https://github.com/jg8481/Robot-Framework-Solidity-Testing-Toolkit) - A toolkit for testing, deploying, and monitoring Solidity smart contracts on EVM-compatible blockchains using Robot Framework, with support for local clean-room environments and multichain setups. +### Salesforce + +- [Salesforce Files Downloader](https://github.com/b-vamsipunnam/salesforce-files-downloader-tool) - Robot Framework-based tool using Pabot for parallel execution to bulk download Salesforce files and generate Data Loader-compatible artifacts for migration, backup, and org refresh workflows. + ### Containerization - [BrowserLibraryDocker](https://hub.docker.com/r/marketsquare/robotframework-browser/tags?page=1&ordering=last_updated) - Docker image for Robot Framework with BrowserLibrary. From 8c259269e2d655a5589a33eacd9c625cb478417f Mon Sep 17 00:00:00 2001 From: vamsi Date: Sat, 28 Mar 2026 17:23:07 -0400 Subject: [PATCH 2/2] Update: group Salesforce tools under Enterprise Platforms category --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72751ea..b0c820c 100644 --- a/README.md +++ b/README.md @@ -276,9 +276,10 @@ The Robot Framework Foundation is a non-profit organization that supports the de - [Robot Framework Solidity Testing Toolkit](https://github.com/jg8481/Robot-Framework-Solidity-Testing-Toolkit) - A toolkit for testing, deploying, and monitoring Solidity smart contracts on EVM-compatible blockchains using Robot Framework, with support for local clean-room environments and multichain setups. -### Salesforce +### Enterprise Platforms -- [Salesforce Files Downloader](https://github.com/b-vamsipunnam/salesforce-files-downloader-tool) - Robot Framework-based tool using Pabot for parallel execution to bulk download Salesforce files and generate Data Loader-compatible artifacts for migration, backup, and org refresh workflows. +- [Salesforce Files Downloader](https://github.com/b-vamsipunnam/salesforce-files-downloader-tool) - Robot Framework-based tool using Pabot for parallel bulk download of Salesforce files and generation of Data Loader-compatible artifacts for migration, backup, and org refresh. +- [Salesforce Objects Scanner](https://github.com/b-vamsipunnam/salesforce-objects-scanner-tool) - Robot Framework-based tool integrated with Salesforce CLI to scan queryable sObjects and generate record counts for data volume analysis, LDV risk detection, and migration planning. ### Containerization