From f15abe93a70fffc6008b33a5d640f0b2267889b2 Mon Sep 17 00:00:00 2001 From: morgannadev Date: Fri, 26 Apr 2024 17:05:38 -0300 Subject: [PATCH] add two bots from community and adjust rank --- site/data/records.json | 48 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/site/data/records.json b/site/data/records.json index 5b36be0..f5ac02c 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -771,7 +771,7 @@ "company_site": "", "license": "Freeware", "upload_date": "03/14/2023", - "rank": 0.99 + "rank": 0.98 }, { "name": "Bot: Product Registration", @@ -793,7 +793,7 @@ "company_site": "https://www.botcity.dev/", "license": "MIT", "upload_date": "03/20/2024", - "rank": 0.98 + "rank": 0.97 }, { "name": "Top Stocks B3", @@ -815,6 +815,50 @@ "company_site": "", "license": "Freeware", "upload_date": "03/26/2024", + "rank": 0.98 + }, + { + "name": "RPAChallenge_UiPathREFrameworkStructure", + "description_short": "Solve the RPA challenge using a structure similar to the UiPath REFramework.", + "description": "This is an automation that fills in the RPA Challenge form based on information from Excel. It is made based on the structure/project template from the UiPath REFramework, applying its process in a basic way.", + "tags": ["BotCity", "Python", "RPAChallenge", "UiPathReframework"], + "programming_language": "python", + "technology": ["BotCity", "Selenium", "Pandas"], + "OS": ["Windows"], + "thumbnail_url": "https://i.imgur.com/AxpDJu1.jpeg", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Juan Luis Reyes", + "author_site": "www.linkedin.com/in/juan-luis-reyes-a59071168", + "repository_name": "RPAChallenge_UiPathREFramework", + "repository_url": "https://github.com/JuanLuisReyes/RPAChallenge_UiPathREFramework", + "company_name": "", + "company_site": "", + "license": "No license", + "upload_date": "04/26/2024", + "rank": 0.99 + }, + { + "name": "Bot: dev.to analysis", + "description_short": "The automation scrapes the dev.to website, fetching data from the week's most popular articles, and generates a CSV with this information.", + "description": "The automation performs web scraping on the dev.to website, extracting data from the week's most popular articles, such as title, number of reactions, comments, and tags and generates a CSV with this data. It then creates a dashboard using Streamlit with the data obtained from the website.", + "tags": ["Python", "web"], + "programming_language": "python", + "technology": ["BotCity"], + "OS": ["Windows"], + "thumbnail_url": "https://i.imgur.com/GCJGyrY.png", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Lucas Cruz", + "author_site": "https://github.com/olucascruz", + "repository_name": "dev_to_analysis", + "repository_url": "https://github.com/olucascruz/dev_to_analysis", + "company_name": "", + "company_site": "", + "license": "MIT", + "upload_date": "04/26/2024", "rank": 0.99 } ]