/scrapping-tools

make own scrapping tools using Python

Primary LanguagePython

python start

Download and Install python.exe. Type like taht pipe --version and set pip path to system environment variable.

About Python Module

requests

How to install: pip install requests

About: The requests module in Python is a popular and intuitive HTTP library that provides a simple way to send HTTP/1.1 requests using Python. We can use GET, POST, PUT, DELETE

BeautifulSoup

How to install: pip install BeautifulSoup4

About: BeautifulSoup is a very useful tool when dealing with HTML data in Python We can use Parsing, Tree Navigation, Searching, Modifying, Output Formatting