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

https://github.com/zwanona/scraping-python

Python scraping example
https://github.com/zwanona/scraping-python

beautifulsoup python3 scraping-websites tutorial

Last synced: 9 months ago
JSON representation

Python scraping example

Awesome Lists containing this project

README

          

# Python Scraping

This project shows how to scrape a website using Python.

## Prerequisites

- pip
- Python 3

## Install

1. Clone this project
2. Run `pip install BeautifulSoup`

## Usage

Simply run `python main.py`