Web Scraper with Multithreading 1. Usage This project is written in python 3.0+. 2. Installation You must install anaconda3 You can find anaconda3 in https://www.continuum.io/downloads You must install pymysql python library python -m pip install pymysql 3. Execution You must make database before running this project DB_HOST = localhost DB_USER = root DB_PASSWORD = 1234 DB_NAME = test You can run main.py