Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pgkt04/bookrags
- Owner: pgkt04
- License: mit
- Created: 2021-07-09T06:45:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T06:42:43.000Z (over 3 years ago)
- Last Synced: 2024-06-21T13:22:28.308Z (6 months ago)
- Language: Python
- Size: 570 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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