A simple web scraper using python
A simple python web scraper. It gets a website and its contents and parses them with the help of bs4. Installation To install the requirements, run the following commands; To change directories: cd Dissec To make the files executable: chmod +x * To install the requirements: python requirements.py Usage Run the script using: python dissec.py It’ll prompt you, asking for a website that you want to scrape. Enter any website that you want to scrape. The website can be with […]
Read more