Coder Social home page Coder Social logo

johnnyapol / rpicovidscraper Goto Github PK

View Code? Open in Web Editor NEW
13.0 5.0 7.0 114 KB

scraper for Rensselaer Polytechnic Institute (RPI)'s Covid Dashboard

License: MIT License

Python 100.00%
hacktoberfest rpi rensselaer coronavirus coronavirus-tracking discord-bot covid webhooks scraper

rpicovidscraper's Introduction

Hello! ๐Ÿ‘‹

About Me

  • ๐Ÿ‘จโ€๐Ÿ’ป Fluent in Python, C, C++, Java, and Javascript
  • ๐ŸŽ“ B.S. Computer Science & Economics, Rensselaer Polytechnic Institute (RPI)
  • ๐Ÿ’ป Linux

My resume

rpicovidscraper's People

Contributors

benjaminrsherman avatar chrisj1 avatar elihschiff avatar enisaras avatar flour-ad avatar johnnyapol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rpicovidscraper's Issues

Add quiet mode

RPI released their plans for how the transition from in-person to fully online until the Spring will go.

Driven by our focus to protect the health and safety of the Rensselaer community, and to reduce the risk from COVID-19 disease, the last day of in-person academic instruction for the fall semester will be Friday, November 20, 2020. Classes for the remainder of the fall semester will be delivered remotely.

COVID-19 Testing

Based on our ongoing T3SQ(I) protocol testing frequency, all students with access to campus will be tested within 72 hours prior to traveling away from campus.

Only faculty and staff who are designated as "Essential" by each portfolio owner will have access to the campus over the Thanksgiving holiday (November 26 through November 29, 2020).

While there will be a reduced total number of overall tests conducted, due to fewer residential students, faculty, and staff requiring access to the campus, the frequency of testing will remain unchanged during the period of November 30, 2020 through January 11, 2021.

Students who remain on campus during the winter break (December 24, 2020 to January 3, 2021) will be tested for COVID-19 at least once during this period.

Given that testing is still going on, collecting the data will still be valuable - however, I think its best if the frequency of update being sent to the webhooks is slowed to prevent people from losing interest in the data.

Therefore, my proposal is to a "quiet mode" that will be enabled following Thanksgiving break until a week before class resumes for S21. While quiet mode is enabled, the webhook will only post when new cases are reported, and possibly a one-week summary of the testing numbers posted every friday or monday.

implement rolling 14 day case tracking

NYS covid metrics require a halt if 100 cases are reached in a two week period. RPI's dashboard only keeps track of the past week.

we can implement a rolling counter simply by having an array of length 14.

on each day:
write_pointer = (write pointer + 1) % 14
cases[write_pointer] = 24_hour_count
2week rolling = sum(cases)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.