Skip to content

Using selenium and BeautifulSoup to scrape the text from ministrybooks.org and download pdfs of the full books

Notifications You must be signed in to change notification settings

landsu/Ministry-Books-Scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Ministry Books Scrape

Behold the power of web scraping!

Instructions

  • Download the necessary Selenium webdriver (chromedriver) and save to your Downloads folder
    • Make sure to edit the permissions on the chromedriver so it can be executed as a file
  • Adjust the variables within the script file to target a specific book on ministrybooks.org
  • Make sure you use pip or pip3 to install the necessary packages
  • Run with python [file.py] or python3 [file.py]

Important Note:

Depending on the type of OS you use and the web browser you use, you need to download a driver in order to run the selenium webdriver. Since I use Chrome, I need to check what version of Chrome I am running.

About

Using selenium and BeautifulSoup to scrape the text from ministrybooks.org and download pdfs of the full books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages