From 98656aab5c601b20eda461b0d15510236b5ae512 Mon Sep 17 00:00:00 2001 From: morgannadev Date: Wed, 11 Oct 2023 14:00:41 -0300 Subject: [PATCH] add new automation bitwarden vault webbot --- site/data/records.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/site/data/records.json b/site/data/records.json index c3885d2..8e1df7d 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -662,5 +662,27 @@ "license": "Proprietary", "upload_date": "09/27/2023", "rank": 0.95 + }, + { + "name": "Bitwarden vault and WebBot", + "description_short": "Example of using Bitwarden with WebBot to fill out forms.", + "description": "This automation loads some secrets in the Bitwarden vault and uses them to fill the form. I used a web bot template from BotCity, accessing DOM elements. You must install Python, Pip, Virtualenv, and other dependencies described in the requirements file.", + "tags": ["python", "webbot", "botcity", "bitwarden", "vault"], + "programming_language": "python", + "technology": ["botcity", "python"], + "OS": ["windows"], + "thumbnail_url": "https://i.imgur.com/Z8m80BF.png", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Bruna Ferreira", + "author_site": "https://bugelseif.github.io/website/", + "repository_name": "bitwarden-API", + "repository_url": "https://github.com/bugelseif/bitwarden-API", + "company_name": "BotCity", + "company_site": "https://www.botcity.dev/", + "license": "MIT", + "upload_date": "10/11/2023", + "rank": 0.98 } ]