To run this program:
Go to: https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi
Install
Go to: "c:\Python27" in the command line
Run the command: "Scripts\pip install virtualenv"
Run the command: "c:\Python27\Scripts\virtualenv.exe -p C:\Python27\python.exe .lpvenv"
Run the command: ".lpvenv\Scripts\activate"
You have created and are running your virtual machine! Save this for later...
Download Notepad++ from: https://notepad-plus-plus.org/repository/7.x/7.5.2/npp.7.5.2.Installer.exe
Install
Open a new Notepad++ file
Set language to Python
Put "MaWPUP_webscraper.py" into your new Notepad++ file
Save as "MaWPUP_webscraper.py"
In your vitual machine, go to the folder where "MaWPUP_webscraper.py" is located
Run the command: "python MaWPUP_webscraper.py"
(Code derived from Me, Hunter Key, John Walker, My mother)