An open API service indexing awesome lists of open source software.

https://github.com/joekakone/web-scraping-with-python-old

Web Scraping with Python | Requests - BeautifulSoup - Selenium
https://github.com/joekakone/web-scraping-with-python-old

Last synced: 3 months ago
JSON representation

Web Scraping with Python | Requests - BeautifulSoup - Selenium

Awesome Lists containing this project

README

        

# Web Scraping with Python
Hello, I'm [Joseph Konka](https://www.linkedin.com/in/joseph-koami-konka/), Python enthousiast. Python provides several packages for web scraping, the most known are BeautifulSoup and Scrapy. In this tutorial serie, I will show how to implement web scraping with Python. I hope it will help you to understand the subject. Bye !

**Contents**
1. BeautifulSoup [[Notebook]](01_beautifulsoup.ipynb)
2. Scrapy [[Notebook]](02_scrapy.ipynb)
3. Selenium [[Notebook]](03_selenium.ipynb)
4. Pandas [[Notebook]](04_pandas.ipynb)

## Install dependencies
```sh
pip install -r requirements.txt
```

## Let's get in touch
[![Github Badge](https://img.shields.io/badge/-Github-000?style=flat-square&logo=Github&logoColor=white&link=https://github.com/joekakone)](https://github.com/joekakone) [![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/joseph-koami-konka/)](https://www.linkedin.com/in/joseph-koami-konka/) [![Twitter Badge](https://img.shields.io/badge/-Twitter-blue?style=flat-square&logo=Twitter&logoColor=white&link=https://www.twitter.com/joekakone)](https://www.twitter.com/joekakone) [![Gmail Badge](https://img.shields.io/badge/-Gmail-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])