Skip to content

ArkaitzUlibarri/ewrc-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ewrc-results.com scraping

Web scraping with python package pyquery

Prerequisites

Python 3.6.3

requests (Python module)

pyquery (Python module)

python-pptx (Python library)

Installing

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

Built With

  • 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.

Authors