Scraper for mask supply in Macao.
How to run
- Install environment with
pip install -r requirements.txt
, and activate it - Create a
data
directory - 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
- Add vizualiztions of the data.
- Deploy the viz on website.