Alexis-Dia/DataParser-11880.com
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. Install Python3.6
2. Download phantomjs driver from http://phantomjs.org/download.html. Put him to disk D. If you do not have a disk D, then put this file on your any drive and change the path to it in the file MainParser.py (13 line)
3. Check if you have the required modules installed, if not, install them.
4. Create folder "parseData" in disk D. If you do not have a disk D, then create this folder on your any drive and change the path to it in the file MainParser.py (33 line)
You can run the script in two different ways. The first way is through the console.
To start from the console, specify the full path to the interpreter and the full path of the executable file, something like this:
C:\Users\adruzik\AppData\Local\Programs\Python\Python36-32\python.exe E:\Temp\Python\MainParser.py
The second way is through an integrated software development environment like IntelliJ IDEA, Eclipse or other.
selenium 3.4.3
wmi 1.4.9
pip 9.0.1