Skip to content

Commit

Permalink
deploy: 55b6f56
Browse files Browse the repository at this point in the history
  • Loading branch information
morgannadev committed Sep 25, 2023
1 parent 0615cdc commit 8915121
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
84 changes: 84 additions & 0 deletions bot-29.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@

<html xmlns:og="http://opengraphprotocol.org/schema/" >
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N4HVP5D');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/bot.css">
<title>BotRepository - RPA Challenge - With BotCity</title>

<!-- Essential META Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="BotRepository - RPA Challenge - With BotCity" />
<meta property="og:site_name" content="BotRepository" />
<meta property="og:url" content="https://repository.botcity.dev/bot-29.html" />
<meta property="og:image" content="https://imgur.com/a/ACikRMD.png" />
<meta property="og:description" content="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" />
<meta property="article:author" content="João Victor Silva Ferreira" />
<meta property="article:published_time" content="2023/25/09" />

<meta property="og:locale" content="en_US"/>

<!-- Non-Essential, But Required for Analytics -->
<meta name="twitter:site" content="@BotcityDev" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:alt" content="RPA Challenge - With BotCity" />


</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N4HVP5D"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<!-- HEADER -->
<div data-include="header"></div>

<!-- Main Content -->
<div id="botPanel">
<div id="botName">RPA Challenge - With BotCity</div>
<div id="botAuthor">by <a href="https://www.linkedin.com/in/ojoaovictor/">João Victor Silva Ferreira</a> on 09/25/2023</div>

<div id="botDescription">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</div>

<div class="card_bot_tags_bot"><b>tags: </b>
<div class="card_bot_tag">python</div>
<div class="card_bot_tag">python</div>
<div class="card_bot_tag">web</div>
<div class="card_bot_tag">bot</div>
</div>

<div class="div_git_repo">
<b>Repository:</b><br/>
<a href="https://github.com/ojoaovf/RPA_Challenge">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=ojoaovf&repo=RPA_Challenge"/>
</a><br/>
<font style='font-size:12px'>* Source code may be subject to copyright, check with author for redistribution.</font>
</div>
</div>

<!-- FOOTER -->
<div data-include="footer"></div>

<script src="./js/jquery-3.6.0.min.js"></script>
<script src="./js/ui.js"></script>

<script>

$(function () {
UI.load();
});

</script>

</body>
</html>

22 changes: 22 additions & 0 deletions data/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit 8915121

Please sign in to comment.