]# WebNovel Scraper
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.
pip install selenium
)cd path/to/webnovel-scraper
pip install -r requirements.txt
python scrapeweb.py
url
variable inside scrapeweb.py
.
# Set the URL of the first page
url = 'https://www.scribblehub.com/read/52931-rupegia/chapter/64649/'
page_count
variable inside scrapeweb.py
.
# Set the number of pages you want to save
page_count = 5
# 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
This project is licensed under the MIT License - see the LICENSE file for details.
John Randel Carpio Contact: carpio.johnrandel@gmail.com