In the tutorial we are going to try to learn webscrapping as fast as we can. We are going to learn the difference between simple web scrapping and more advanced ones.
- For the simple web scrapping we are going to scrapp Real Federación española de Fútbol to get the information of the historic clasification the 1st division of the Spanish Soccer league (la liga) through the years.
- For a more advanced scrapping we are going to try to get information about the subjects in the Computer Engineering degree in the University of Almería.
In the folder node we can find both tutorials made with node.js language. In the case of the simple one we use cheerio.js to analize the classification. In the advanced tutorial we use Puppeteer.
#TODO: ## Finish up the Python section of this doc.
#TODO: ## Finish up the Java section of this doc.
#TODO: ## Finish up the C# section of this doc.