https://github.com/alainamariajoe/webscraper
A baisc web scraper built with Python’s BeautifulSoup to extract text from websites.
https://github.com/alainamariajoe/webscraper
beautifulsoup python requests webscraper
Last synced: 7 days ago
JSON representation
A baisc web scraper built with Python’s BeautifulSoup to extract text from websites.
- Host: GitHub
- URL: https://github.com/alainamariajoe/webscraper
- Owner: AlainaMariaJoe
- Created: 2025-02-18T17:58:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T18:09:14.000Z (over 1 year ago)
- Last Synced: 2025-11-28T07:16:55.931Z (7 months ago)
- Topics: beautifulsoup, python, requests, webscraper
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scraper
A simple web scraper built with **Python** and **BeautifulSoup** to extract text from websites and save it to a file.
## Features
- Extracts text from web pages
- Saves output to a file
- Handles multiple HTML elements