Websites Data to JSON file
This program will help you to properly scrape all data from a specific website.
Installation
Install Website Data to JSON file with python (make sure python and pip already installed in your computer)
First, Open your terminal in current path and then copy those code and paste in terminal :-
pip install requests bs4
If you are using python3 version then you can try it :-
pip3 install requests bs4
For run this project you can simply write in terminal like this :
python main.py
Also, If you are using python3 version then you can try it :-
python3 main.py