This repository contains some scripts in Python that useful for scrapping some dataset related to COVID19 in Indonesia.
Python3 was used to develop this project. To run this project, install requirements using pip
pip install -r requirements.txt
or pipenv
pipenv install
- Python 3.*
- Pandas 1.0.3
- BeautifulSoup 4 0.0.1
- LXML 4.2.1
- Selenium 3.141.0
- Install all of the requirements using pip3 install package-name
- ipynb Files
- Open the ipynb files in Jupyter Notebook or Google Colab
- Choose Kernels - Restart and Run All
- py Files
- Open terminal
- Run using python3 script_file_name.py