Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 449 Bytes

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