This python script scrapes paragraph content from online articles using Beautiful Soup. It can be used to get data from many websites quickly, or it can be used to bypass paywalls on certain websites.
If this is you first time running python scripts...
https://www.python.org/downloads/
(windows key + 'cmd')
python --version
pip install -r requirements.txt
python scrape_article_content.py