Web scraping with python package pyquery
Python 3.6.3
requests (Python module)
pyquery (Python module)
python-pptx (Python library)
1 - Python download and follow installation steps from https://www.python.org/ instructions
2 - After configuring Python in your system run the following commands from your terminal
pip install requests
pip install pyquery
pip install python-pptx
- Python - Programming language web
- requests - Requests is the only Non-GMO HTTP library for Python, safe for human consumption.
- pyquery - pyquery allows you to make jquery queries on xml documents
- python-pptx - python-pptx is a Python library for creating and updating PowerPoint (.pptx) files.
- Arkaitz Ulibarri - (https://github.com/ArkaitzUlibarri/)