Dissec
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 or without https, ex:
www.mega.nz or https://www.mega.nz, in this, both of them will work the same.