Skip to content

Commit

Permalink
Merge pull request #40 from botcity-dev/add-new-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
hhslepicka authored Nov 18, 2024
2 parents b48a35d + 9576ec0 commit bfb687e
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions site/data/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -906,11 +906,33 @@
"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",
"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
}
]

0 comments on commit bfb687e

Please sign in to comment.