Mini web scraper for archiving blogspot/wordpress blog posts.
Outputs one html file in the local directory corresponding for each URL in sample_article_links.txt.
Python3
pip
$ pip install venv
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Edit and save sample_article_links.txt with the URLs you want to archive. Each line should be a separate URL.
$ python3 scrape.py