This project is created to learn and test basic web scraping using Python.
- Extract data from websites
- Use BeautifulSoup and Requests libraries
- Display scraped data in a table format (PrettyTable)
- Save data to a CSV file
You need the following libraries to run the project:
- Python 3.x
requestsbeautifulsoup4prettytable
pip install -r requirements.txtgit clone https://github.com/fatihkadim/python-web-scraping-test.git
cd python-web-scraping-testpython scrap.pyThe scraped data will be displayed in the terminal as a table and saved to output.csv.