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
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to fileThis 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 .
Web scraper written in Python for A Practical Guide to Evil hosted on Wordpress. Generates an EPUB file containing all 7 books.