Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 400 Bytes

momask

Scraper for mask supply in Macao.

How to run

  1. Install environment with pip install -r requirements.txt, and activate it
  2. Create a data directory
  3. run python main.py

The data will be avaiable in data/info_xxx.csv (contain details of the supply points) and data/stock_xxx.csv (mask stock data).

TODO

  1. Add vizualiztions of the data.
  2. Deploy the viz on website.