Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ffatahillah7/web-scraping-to-csv-using-python

Get data from web using Python and load or export to csv
https://github.com/ffatahillah7/web-scraping-to-csv-using-python

beautifulsoup python web-scraper

Last synced: 13 days ago
JSON representation

Get data from web using Python and load or export to csv

Awesome Lists containing this project

README

        

# Web Scraping to csv using Python
Get data from web using Python and load or export to csv

The Purpose of this project is to scrape data from website and load it to csv file. Using several libraly of Python such as Csv, Requests and BeautifulSoup.

Please check the python file for better understanding.

# Prerequisite
1. Use Jupyter Notebook
2. Os Ubuntu 20
3. install library using pip install for requests, BeautifulSoup and csv

# Lessons from this Project
1. Install and Import Library needed
2. Knowledge of html language
3. inspect the website
4. discover the text do you want to take. For this project we will find Title, Price and Rating of a book at book store.
5. print using BeautifulSoup for better format text
6. find the class, Paragraph, and Attribute of the text.
7. Transform to the good format
8. export or save the result to csv