Skip to content

Web scraper that extracts the title and paragraphs from a given webpage URL and saves them to a text file to read it later.

Notifications You must be signed in to change notification settings

esarandon/Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Reader - Web Scraper

Overview

A simple web scraper built with Python for extracting content from webpages. This tool retrieves the title and main paragraphs from a specified URL and saves the extracted information to a text file for offline reading.

Features

  • Content Extraction: Fetches the title and main body text (paragraphs) from a given webpage.
  • File Output: Saves the extracted content in a structured text file, making it easy to read later.
  • Ubuntu Compatibility: Developed and tested on Ubuntu, optimized for smooth operation in a Linux environment.

Technology

Python: Utilizes popular Python libraries (such as requests and BeautifulSoup) to handle web requests and HTML parsing.

About

Web scraper that extracts the title and paragraphs from a given webpage URL and saves them to a text file to read it later.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages