Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 727 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 727 Bytes

COVID-VN-Data-Retrieval

Process information from Vietnam Ministry of Health to get a list of COVID-positive patients in Vietnam

Announcement Retrieval

  • Download the code
  • Copy the announcement into a new .txt (Text Document) file. Make sure the text file is in the same directory as the code.
  • Directly run the process_text.py script.

Patient Table Crawler (Added 23/5/21)

  • Directly run get_patient_table.py, the table will be exported as a .csv .

Package Install:

If it shows an error like Module not found or Package not found:

  • Open terminal and cd to your directory.
  • Run pip install requirements.txt
  • Run the scripts as usual

Author:

Tuan Khoi Nguyen, The University of Melbourne