Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Web scraper written in Python for A Practical Guide to Evil hosted on Wordpress. Generates an EPUB file containing all 7 books.

Notifications You must be signed in to change notification settings

GabbyNEW/APGtE_Scraper

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

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

image

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.

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 .

About

Web scraper written in Python for A Practical Guide to Evil hosted on Wordpress. Generates an EPUB file containing all 7 books.