Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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