scrapetool

A tool for faciliting web scraping with bs4


License
MIT
Install
pip install scrapetool==0.1

Documentation

Web Scraping Tool

A simple tool to faciliate web scraping with bs4

To use,

Installation:

pip3 install web_scrape_tool

Code:

from web_scrape_tool import get_soup_adv

get_soup_adv(url)

This returns the HTML content from the given url page.