Repo Containing basic projects of web scrapping using python
This repository is just to practice web scrapping using Python.
- Chuck Norris Jokes Scrapping
- Book Store Scrapping
- Image Scrapping
- Jupyter Notebooks
- Python
- Some python libraries installed:
Python Libraries | Purpose |
---|---|
pandas | For storing and acquire data in tables |
requests | To get HTML data from the websites |
json | To convert JSON data into python dictionary data |
bs4 | To create a soup object for extracting desired data from websites |