From 89151212a5f1550a30ecddb454c63bc4200b754f Mon Sep 17 00:00:00 2001 From: morgannadev Date: Mon, 25 Sep 2023 12:52:02 +0000 Subject: [PATCH] deploy: 55b6f568473c5a0da04eab36fef4753fea880b93 --- bot-29.html | 84 +++++++++++++++++++++++++++++++++++++++++++++++ data/records.json | 22 +++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 bot-29.html diff --git a/bot-29.html b/bot-29.html new file mode 100644 index 0000000..7bbf42e --- /dev/null +++ b/bot-29.html @@ -0,0 +1,84 @@ + + + + + + + + + + BotRepository - RPA Challenge - With BotCity + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
RPA Challenge - With BotCity
+ + +
This challenge aims to create a workflow where the robot accesses the website 'https://rpachallenge.com' and downloads the indicated spreadsheet. After that, insert the data from the spreadsheet into their respective fields and send. However, the fields change position after each submission over ten rounds, so the robot must correctly identify where to enter the spreadsheet records
+ +
tags: +
python
+
python
+
web
+
bot
+
+ +
+ Repository:
+ + +
+ * Source code may be subject to copyright, check with author for redistribution. +
+
+ + +
+ + + + + + + + + \ No newline at end of file diff --git a/data/records.json b/data/records.json index 96acdec..2d97c46 100644 --- a/data/records.json +++ b/data/records.json @@ -618,5 +618,27 @@ "license": "Freeware", "upload_date": "01/16/2023", "rank": 0.95 + }, + { + "name": "RPA Challenge - With BotCity", + "description_short": "The RPA Challenge consists of accessing a website and downloading a spreadsheet with employee data. After that, insert the data read from the spreadsheet into the respective fields on the website and send. However, the fields change position with each send, making the process more difficult.", + "description": "This challenge aims to create a workflow where the robot accesses the website 'https://rpachallenge.com' and downloads the indicated spreadsheet. After that, insert the data from the spreadsheet into their respective fields and send. However, the fields change position after each submission over ten rounds, so the robot must correctly identify where to enter the spreadsheet records", + "tags": ["python", "web", "bot"], + "programming_language": "python", + "technology": ["botcity", "pandas", "selenium"], + "OS": ["windows"], + "thumbnail_url": "https://imgur.com/a/ACikRMD.png", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "João Victor Silva Ferreira", + "author_site": "https://www.linkedin.com/in/ojoaovictor/", + "repository_name": "RPA_Challenge", + "repository_url": "https://github.com/ojoaovf/RPA_Challenge", + "company_name": "T2C Group", + "company_site": "https://www.t2cgroup.com.br/", + "license": "Apache 2.0", + "upload_date": "09/25/2023", + "rank": 0.95 } ]