This repository contains a Python web scraping script that extracts data from Hacker News website using BeautifulSoup and requests libraries. It then creates a webpage that displays the results automatically.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run the script, you need to have Python installed on your system. You can download Python from the official website: Python.org.
pip install beautifulsoup4 pip install requests
git clone https://github.com/UniquePython/Web-Scraper.git
cd Web-Scraper
python web_scraper.py
The script will extract the specified elements from the webpage and display the results.
Contributions are welcome! If you would like to contribute to this project, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- This script was inspired by the need to extract data from web pages for various applications.
- Thanks to the developers of BeautifulSoup and requests libraries for providing powerful tools for web scraping.