/Retroactive-Location-Tracking

Tool that helps users who have contracted coronavirus trace who they've been in contact with recently

Primary LanguageJupyter Notebook

Retroactive Location Tracking for Contact Tracing

People who contract coronavirus are often unaware of the places they have been, making it difficult to "flatten the curve”.

As of 3/29, there have been over 660,000 cases of people contracting the coronavirus (COVID-19).

For those who have tested postive for the coronavirus, tracking those in close and recent contact limits the spread of the virus. Contact tracing is a practice recomended by the World Health Organization.

This Jupyter notebook walks through how to download important data that will help you track where you were the past 30 days based on your past logins, helping with the recommended contact tracing.

All data is not collected or stored in any way by the developers of this program. Moreover, since we are using Selenium, you can view all the interactions that occurs within your browser.

All you need to do is to run every codeblock below to download the necessary data and visualize where you were the past 30 days!

Then you can download the data and share it with others if you want.

Prerequisites

1) Download Jupyter Notebook and Python

How to Run

1) Run
jupyter notebook
  1. Open "RetroactiveLocationTrackingAndVisualizer.ipynb"
  2. Run each codeblock to see visuals

Credit

Nathan Chiu for inspiration and product vision