miguel-osuna / Quotes-Scraper

Web scraper built with Python and Scrapy Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book-Quotes-Scraper

Web scraper built with Python and Scrapy Framework

πŸ“– Description

Web scraper for the goodreads famous quotes website. Built using Python and Scrapy Framework.

🎯 Features

  • Quote scraping
  • MongoDB document generator

πŸ’‘ Getting Started

Follow the instructions below to get a copy of the project, either for development or testing purposes.

πŸ“‹ Prerequisites

You'll need Git, Python 3.7, Pip and a Virtual Environment (in this case, Pipenv is used as a package manager and virtual environment).

πŸ’» Installation

# Clone this repository
$ git clone https://github.com/miguel-osuna/Quotes-Scraper.git

# Go into the repository from the terminal
$ cd Quotes-Scraper

# Remove current origin repository
$ git remote remove origin

All dependencies are listed on the Pipfile.

πŸ”§ Built With

  • Scrapy - Python Scraping Framework
  • Pymongo - Python Driver for MongoDB

🎭 Authors

πŸ“’ License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Web scraper built with Python and Scrapy Framework

License:MIT License


Languages

Language:Python 100.0%