From dbc4b4eeee8b9916e3bdbdebc42c9ee567e2eb8b Mon Sep 17 00:00:00 2001 From: morgannadev Date: Tue, 20 Feb 2024 15:37:50 -0300 Subject: [PATCH] add Web Form Filling and OrangeHRM login with Twilio WhatsApp bots from community --- site/data/records.json | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/site/data/records.json b/site/data/records.json index 8e1df7d..7e8579a 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -684,5 +684,49 @@ "license": "MIT", "upload_date": "10/11/2023", "rank": 0.98 + }, + { + "name": "Web Form Filling", + "description_short": "The automation collects data from an Excel spreadsheet, then opens the form in the browser and fills it with the collected data.", + "description": "This automation was created to simplify the process of filling out online forms. It uses the Python RPA library to interact with graphical interface elements, quickly and accurately populating fields with specific data.", + "tags": ["web", "form", "filling"], + "programming_language": "python", + "technology": ["botcity", "python"], + "OS": ["windows"], + "thumbnail_url": "https://i.imgur.com/1ssDxzQ.png", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Felipe Leonardo de Carvalho Pereira", + "author_site": "https://www.linkedin.com/in/felipeleonardocpereira/", + "repository_name": "web_form_filling", + "repository_url": "https://github.com/felipelcp/web_form_filling", + "company_name": "", + "company_site": "", + "license": "Proprietary", + "upload_date": "02/20/2023", + "rank": 0.99 + }, + { + "name": "OrangeHRM login with Twilio WhatsApp", + "description_short": "Automation that connects the login process with WhatsApp.", + "description": "This automation sends an alert to WhatsApp about the start of the login process and requests the username and password to authenticate the login.", + "tags": ["web", "whatsapp", "login", "python", "twilio"], + "programming_language": "python", + "technology": ["botcity", "python"], + "OS": ["Windows", "Linux"], + "thumbnail_url": "https://i.imgur.com/sAdcXLa.png", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Bruna Ferreira", + "author_site": "https://www.linkedin.com/in/bugelseif/", + "repository_name": "bot-orange", + "repository_url": "https://github.com/bugelseif/bot-orange", + "company_name": "BotCity", + "company_site": "https://www.botcity.dev/", + "license": "MIT", + "upload_date": "02/20/2023", + "rank": 0.99 } ]