https://github.com/jesussantana/web-scraping
Learn how to do web scraping
https://github.com/jesussantana/web-scraping
beautifulsoup python scrapy selenium webscraper-website webscraping
Last synced: 3 months ago
JSON representation
Learn how to do web scraping
- Host: GitHub
- URL: https://github.com/jesussantana/web-scraping
- Owner: jesussantana
- License: mit
- Created: 2021-05-31T14:55:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T07:59:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T12:33:31.416Z (4 months ago)
- Topics: beautifulsoup, python, scrapy, selenium, webscraper-website, webscraping
- Language: HTML
- Homepage:
- Size: 2.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [IT Academy - Data Science with Python](https://www.barcelonactiva.cat/es/itacademy)
## [S16 T02: Web Scraping](https://github.com/jesussantana/Web-Scraping/blob/main/notebooks/S16_T02_Web_Scraping.ipynb)[](https://www.python.org/)
[](https://jupyter.org/try)[](https://www.linkedin.com/in/chus-santana/)
[](https://github.com/jesussantana)
### Description
Learn how to do web scraping.
### Level 1
- Exercise 1:
- Perform web scraping of a page on the Madrid Stock Exchange (https://www.bolsamadrid.es) using BeautifulSoup and Selenium.### Level 2
- Exercise 2:
- Document in a word your data set generated with the information that the different Kaggle files have.### Level 3
- Exercise 3:
- Choose a web page you want and do web scraping using the Scrapy library.### Targets
- Web Scraping
- Document data collected with web scraping