Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.05 KB

A Practical Guide to Evil | Web Scraper | Wordpress to EPUB

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.

image

Setting Up The Script Locally

Prerequisites

Python 3.6+ must be installed on your system. The following modules must be installed using pip: requests EbookLib beautifulsoup4.

Installation

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.