uses python's requests module to get the HTML of any website.
go to your command prompt (terminal for mac or linux) and enter this command based on your operating system:
mac: first, run (sudo easy_install pip sudo pip install --upgrade pip) then run (pip install requests)
you need python installed on your computer.