randelcarpio

]# WebNovel Scraper

Introduction

WebNovel Scraper is a Python script for scraping and saving web novel content from Scribble Hub. It uses Selenium for web automation and BeautifulSoup for HTML parsing.

Prerequisites

Usage

  1. Navigate to the directory containing the script:
    cd path/to/webnovel-scraper
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run the script:
    python scrapeweb.py
    

Configuration

Features

Example

# Set the URL of the first page
url = 'https://www.scribblehub.com/read/52931-rupegia/chapter/64649/'

# Set the number of pages you want to save
page_count = 5

# Run the web novel scraping script
python scrapeweb.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Author

John Randel Carpio Contact: carpio.johnrandel@gmail.com