Skip to content

Spriner released some free books for so many different branches.So created a web interface to downlaod those books easily using flask.

Notifications You must be signed in to change notification settings

pandeynandancse/springer_book_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springer_book_downloader

Table of Content

Demo

Link: https://springer-book-downloader.herokuapp.com/

Overview

It's a web application desgined for downloading books which was released free of cost by one of reputed publication house during covid-19 pandemic vacation . There are more than 400 books of different categories so search for particular related field was in-efficient and time consuming and it motivated to write a web application so that one can easily download those books and can make their vacation fruitful.

Directory Tree


├── static
|    ├── css
|    ├── img
|    ├── js
|    ├── vendor
├── templates
├── Procfile
├── README.md
├── activation.bat
├── app.py
├── requirements.txt
├── s.xlsx

Installation

  1. Windows user can double click on activation.bat file to install required package
  2. Linux User type following command in commnand line a) First create a virtual environment
python3.7 -m virtualenv venv

b) Move to venv directory and activate environment

cd venv
. bin/activate

c) Clone this project

git clone https://github.com/pandeynandancse/springer_book_downloader.git

d) Move into cloned directory

cd springer_book_downloader

e) Now install all requirements

pip install -r requirements.txt

Run

  1. After successfull installation windows user can directly open this link : https://127.0.0.1:5000
  2. After successful installation open type
python app.py

and then open link : https://127.0.0.1:5000

To Do

  1. More Interactive and stylish
  2. Create coomand line application

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Contribution

If you'd like to do some contribution, feel free to do so by opening a pull request here. Please include sample queries and their corresponding results.

Technologies Used

Contributor

Nandan Pandey
Nandan Pandey

Credits

Special Thanks to Springer that provided these books free of costs.

About

Spriner released some free books for so many different branches.So created a web interface to downlaod those books easily using flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published