Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divyanshusahu/ebook-downloader
https://github.com/divyanshusahu/ebook-downloader
beautifulsoup4 hacktoberfest python-requests python2-7
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divyanshusahu/ebook-downloader
- Owner: divyanshusahu
- Created: 2018-01-21T11:23:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T05:01:22.000Z (about 2 years ago)
- Last Synced: 2023-03-01T03:05:30.941Z (almost 2 years ago)
- Topics: beautifulsoup4, hacktoberfest, python-requests, python2-7
- Language: Python
- Homepage:
- Size: 4.32 MB
- Stars: 4
- Watchers: 0
- 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