https://github.com/divyanshusahu/ebook-downloader
https://github.com/divyanshusahu/ebook-downloader
beautifulsoup4 hacktoberfest python-requests python2-7
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divyanshusahu/ebook-downloader
- Owner: divyanshusahu
- Created: 2018-01-21T11:23:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T05:01:22.000Z (over 3 years ago)
- Last Synced: 2025-02-01T00:13:26.274Z (over 1 year ago)
- Topics: beautifulsoup4, hacktoberfest, python-requests, python2-7
- Language: Python
- Homepage:
- Size: 4.32 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EBook Downloader
###### This downloader is made to download the book from http://gen.lib.rus.ec/
#### Dependencies
- Python2.x
- python requests
- BeautifulSoup
#### Screenshot

#### log file is generated, whenever user run the script
python downloader.py
#### DockerFile to dockerise the downloader script.
docker run -it --rm --name downloader -v "$PWD":/usr/src/app -w /usr/src/app python:2 python downloader.py