/Python-Web-Scraper

Web scraper using python and the requests and BeatifulSoup libraries.

Primary LanguagePython

Python Web Scraper

This is a Python web scraper that uses the requests and BeautifulSoup libraries to extract information from desktop.bg

Requirements

  • Python 3.x
  • requests library
  • beautifulsoup4 library

Installation

  1. Clone the repository or download the project files.

  2. Install the required libraries using pip:

    pip install requests beautifulsoup4