From 51505fcc0cbddf48ad958066dc57695ab0e0e5b7 Mon Sep 17 00:00:00 2001 From: morgannadev Date: Mon, 18 Nov 2024 08:57:04 -0300 Subject: [PATCH 1/3] add new bot --- site/data/records.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/site/data/records.json b/site/data/records.json index ab47e86..e1ea496 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -912,5 +912,27 @@ "license": "Freeware", "upload_date": "10/23/2024", "rank": 0.99 + }, + { + "name": "DataBot-19", + "description_short": "DataBot-19 is an automated bot created to collect data on COVID-19 using the Our World in Data API. It downloads information about cases and deaths in Brazil over the last seven days, stores this data in Google Sheets, and generates visual graphics using the Matplotlib library.", + "description": "DataBot-19 is a project developed by the Linus team to automate the collection and analysis of COVID-19 data. This bot, created with Python and BotCity, connects to the Our World in Data (OWID) API, eliminating the need for manual downloads of CSV files. Instead, DataBot-19 collects and processes updated data directly from the API, prioritizing specific information for Brazil and focusing on data from the last seven days. Main Features: Data Download and Processing Automation: The bot accesses the OWID API, downloads data on COVID-19 cases and deaths, and applies filtering to ensure the extraction of the most relevant data for Brazil, focusing on the most recent 7 days. This approach provides accuracy and efficiency in tracking the evolution of the pandemic. Storage in Google Sheets: DataBot-19 automatically stores the filtered data in a Google Sheets spreadsheet after collection and processing. This facilitates access and sharing of information among the team and other interested parties, allowing for quick and organized visualization. Graph Generation: The bot creates visual graphs that illustrate the daily evolution of cases and deaths using the Matplotlib library. These graphs are ideal for quick analysis and visual interpretation, allowing users to understand the pandemic trends in Brazil clearly.", + "tags": ["Google Sheets", "Chart", "API"], + "programming_language": "python", + "technology": ["BotCity"], + "OS": ["Windows"], + "thumbnail_url": "https://i.imgur.com/JF3AzTa.jpeg", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Jade Santos", + "author_site": "https://www.linkedin.com/in/jade-santos-141a44140/", + "repository_name": "DataBot-19", + "repository_url": "https://github.com/Equipe-Linus/DataBot-19", + "company_name": "", + "company_site": "", + "license": "Freeware", + "upload_date": "11/18/2024", + "rank": 0.99 } ] From 18c2c25893b026cc6f3ba95e0681b645e535d65d Mon Sep 17 00:00:00 2001 From: morgannadev Date: Mon, 18 Nov 2024 08:57:31 -0300 Subject: [PATCH 2/3] fix youtube link --- site/data/records.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/data/records.json b/site/data/records.json index e1ea496..dfdb1c5 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -878,7 +878,7 @@ "technology": ["BotCity", "json"], "OS": ["Windows"], "thumbnail_url": "https://i.imgur.com/QiDDwK1.png", - "youtube_video": "https://youtu.be/DklPVkcSv-E", + "youtube_video": "https://www.youtube.com/watch?v=DklPVkcSv-E", "youtube_width": 560, "youtube_height": 315, "author_name": "Rodrigo Lima de Souza", From 9576ec0ceb79b2ee3b19e85c237678c7ed3970ca Mon Sep 17 00:00:00 2001 From: morgannadev Date: Mon, 18 Nov 2024 08:58:22 -0300 Subject: [PATCH 3/3] fix repository url --- site/data/records.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/data/records.json b/site/data/records.json index dfdb1c5..249bc05 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -906,7 +906,7 @@ "author_name": "Jade Santos", "author_site": "https://www.linkedin.com/in/jade-santos-141a44140/", "repository_name": "linus-zlacademy", - "repository_url": "https://github.com/rdzw/linus-zlacademy/tree/main/MOD00-DesafiosLG/desafio-2-extra%C3%A7%C3%A3o-de-informa%C3%A7%C3%B5es-de-um-pdf-fict%C3%ADcio-e-envio-por-email/bot_PDF_Extractor_e_Envio", + "repository_url": "https://github.com/rdzw/linus-zlacademy/", "company_name": "", "company_site": "", "license": "Freeware",