Skip to content

JoshuaXi/Web-Scraper-with-multiple-threading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages