Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pgkt04/bookrags

Scraper & downloader for bookrags.com
https://github.com/pgkt04/bookrags

Last synced: about 2 months ago
JSON representation

Scraper & downloader for bookrags.com

Awesome Lists containing this project

README

        

# 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](https://github.com/qtKite/bookrags/blob/main/resources/example.gif?raw=true)

# 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