This repository hosts a web scraper written in Python for A Practical Guide to Evil hosted on Wordpress. Generates an EPUB file containing all 7 books. I made this during my spare time to read this story on my Kindle, although others are welcome to use this script for their personal use.
If you do not want to run the script, this repository already hosts the complete 7-book worth readily downloadable EPUB file.
Python 3.6+ must be installed on your system.
The following modules must be installed using pip:
requests
EbookLib
beautifulsoup4
.
Clone the repository to your local machine. Enable Python virtual environent using venv
on the root folder.
Open terminal on the root folder, and enter python Web Scraper.py
.