qtkite / bookrags

Scraper & downloader for bookrags.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookrags

Scraper & downloader for bookrags.com
Ever wanted to download hundreds of pdfs and files at once since the site doesn't support it?

Demonstration

Setup

Install the required dependencies in requirements.txt
pip install -r requirements.txt

Usage

First edit the download script with your credentials.
instance = BookRags('username', 'password')
Then run the download script and follow the instructions prompted:
python downloads.py

API

All relevant API functions are found in the bookrags directory

About

Scraper & downloader for bookrags.com

License:MIT License


Languages

Language:Python 100.0%