From 1c15e72ae03709edc015937f96cd12396614f405 Mon Sep 17 00:00:00 2001 From: morgannadev Date: Mon, 11 Mar 2024 10:38:59 -0300 Subject: [PATCH] add web bot with gmail and google sheets --- site/data/records.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/site/data/records.json b/site/data/records.json index 7e8579a..28ceccb 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -728,5 +728,27 @@ "license": "MIT", "upload_date": "02/20/2023", "rank": 0.99 + }, + { + "name": "Web bot with Gmail and Google Sheets", + "description_short": "This automation reads the zip codes received, consults them, saves the information in a spreadsheet, and sends an email to notify anyone involved.", + "description": "The RPA automation project was developed with Python using the BotCity framework. This automation reads the zip codes received, consults the "Correios do Brasil" website, saves the information in a Google Sheets spreadsheet, and sends an email to notify you that the registration executed well.", + "tags": ["web", "python", "gmail", "google", "spreadsheet"], + "programming_language": "python", + "technology": ["botcity"], + "OS": ["Windows", "Linux"], + "thumbnail_url": "https://i.imgur.com/2499Vln.png", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Morganna Giovanelli", + "author_site": "https://www.linkedin.com/in/morgannadev/", + "repository_name": "rpa-email-google-sheets", + "repository_url": "https://github.com/morgannadev/rpa-email-google-sheets", + "company_name": "BotCity", + "company_site": "https://www.botcity.dev/", + "license": "MIT", + "upload_date": "03/11/2023", + "rank": 0.99 } ]