Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guhan-tofu/web-scraper

This will accept a link and return all text present in the page.
https://github.com/guhan-tofu/web-scraper

python selenium web-scraper webdriver

Last synced: about 2 months ago
JSON representation

This will accept a link and return all text present in the page.

Awesome Lists containing this project

README

        

# Web-Scraper

Obtains a URL which has its UI removed and read, returning the text obtained from the given URL.

## Create and activate a virtual environment if you don't have one

`python3 -m venv venv`

`source venv/bin/activate`

## Install dependencies

`pip install selenium`

`pip install webdriver_manager`

`pip install beautifulsoup4`

## Enter URL in scraper.py
(line 15)

## Run scraper.py
`python scraper.py`