Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add two bots from community and adjust rank #36

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 46 additions & 2 deletions site/data/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
"company_site": "",
"license": "Freeware",
"upload_date": "03/14/2023",
"rank": 0.99
"rank": 0.98
},
{
"name": "Bot: Product Registration",
Expand All @@ -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",
Expand All @@ -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
}
]
Loading