Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Facundo Bautista Barbera edited this page Apr 4, 2023 · 10 revisions

Welcome to the scraping library documentation!

Welcome to the Scraping Library documentation! This library provides a set of easy-to-use functions for extracting data from websites like quotes.toscrape.com and books.toscrape.com. The library is designed to be beginner-friendly and helps users quickly get started with web scraping in Python.

Note: Use the sidebar to navigate through the documentation.

Getting started

Install the package from the git repo.

pip install git+https://github.com/Facundo-Barbera/Scrapper.git

Alternatively, you can download or clone the repository, navigate to the project folder, and run:

pip install .

Dependencies

You can install the dependencies using the following command:

pip install -r requirements.txt

Although this should be installed automatically if you installed the package properly.

Clone this wiki locally