Web scraper built with Python and Scrapy Framework
Web scraper for the goodreads famous quotes website. Built using Python and Scrapy Framework.
- Quote scraping
- MongoDB document generator
Follow the instructions below to get a copy of the project, either for development or testing purposes.
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).
# 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.
- Miguel Osuna - https://github.com/miguel-osuna
This project is licensed under the MIT License - see the LICENSE.md file for details.