Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Jeffallan/All-It-Ebooks-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All IT Ebooks.com Scraper

This project has been superceded by my new dockerized Ebook API.

A program that scrapes links, and other data, to your favorite tech ebooks from allitebooks.com and stores them in a MongoDB instance.

Getting Started

Note. One of this projects dependencies, scrapy-mongodb, does not support Python 3 yet. Therefore, this project only supports Python 2

  1. Clone this repository.
  2. Create a new Python Virtual Environment.
  3. pip install -r requirements.txt

Configuration

  • Create a fresh MongoDB instance either on our local machine or a free 500 MB remote instance from MLab.

  • Replace the following in settings.py with your own credentials:

MONGODB_URI = ''
MONGODB_DATABASE = ''
MONGODB_COLLECTION = ''

Contributing

Anyone, regardless of skill level, is encouraged to give feadback and submit pull requests.

Acknowledgments

A special thanks to the following:

Releases

No releases published

Packages

No packages published

Languages