Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Python project for learning and testing basic web scraping with BeautifulSoup, Requests, and PrettyTable.

License

Notifications You must be signed in to change notification settings

fatihkadim/python-web-scraping-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-scraping-test

This project is created to learn and test basic web scraping using Python.

Features

  • Extract data from websites
  • Use BeautifulSoup and Requests libraries
  • Display scraped data in a table format (PrettyTable)
  • Save data to a CSV file

Requirements

You need the following libraries to run the project:

  • Python 3.x
  • requests
  • beautifulsoup4
  • prettytable

Install required libraries using:

pip install -r requirements.txt

Usage

Clone the repository:

git clone https://github.com/fatihkadim/python-web-scraping-test.git
cd python-web-scraping-test

Run the script:

python scrap.py

The scraped data will be displayed in the terminal as a table and saved to output.csv.

About

A Python project for learning and testing basic web scraping with BeautifulSoup, Requests, and PrettyTable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages