Skip to content

Commit bfb687e

Browse files
authored
Merge pull request #40 from botcity-dev/add-new-bot
2 parents b48a35d + 9576ec0 commit bfb687e

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

site/data/records.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@
878878
"technology": ["BotCity", "json"],
879879
"OS": ["Windows"],
880880
"thumbnail_url": "https://i.imgur.com/QiDDwK1.png",
881-
"youtube_video": "https://youtu.be/DklPVkcSv-E",
881+
"youtube_video": "https://www.youtube.com/watch?v=DklPVkcSv-E",
882882
"youtube_width": 560,
883883
"youtube_height": 315,
884884
"author_name": "Rodrigo Lima de Souza",
@@ -906,11 +906,33 @@
906906
"author_name": "Jade Santos",
907907
"author_site": "https://www.linkedin.com/in/jade-santos-141a44140/",
908908
"repository_name": "linus-zlacademy",
909-
"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",
909+
"repository_url": "https://github.com/rdzw/linus-zlacademy/",
910910
"company_name": "",
911911
"company_site": "",
912912
"license": "Freeware",
913913
"upload_date": "10/23/2024",
914914
"rank": 0.99
915+
},
916+
{
917+
"name": "DataBot-19",
918+
"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.",
919+
"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.",
920+
"tags": ["Google Sheets", "Chart", "API"],
921+
"programming_language": "python",
922+
"technology": ["BotCity"],
923+
"OS": ["Windows"],
924+
"thumbnail_url": "https://i.imgur.com/JF3AzTa.jpeg",
925+
"youtube_video": "",
926+
"youtube_width": 560,
927+
"youtube_height": 315,
928+
"author_name": "Jade Santos",
929+
"author_site": "https://www.linkedin.com/in/jade-santos-141a44140/",
930+
"repository_name": "DataBot-19",
931+
"repository_url": "https://github.com/Equipe-Linus/DataBot-19",
932+
"company_name": "",
933+
"company_site": "",
934+
"license": "Freeware",
935+
"upload_date": "11/18/2024",
936+
"rank": 0.99
915937
}
916938
]

0 commit comments

Comments
 (0)