Skip to content

ShivamRawat0l/Book-Goal-Kicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Goal Kicker

This is a Python script which you can use to download the whole repository of Free Programming Books available on https://books.goalkicker.com.

NOTE : The Script is not used for piracy. The books are available for download on the website itself. This script is just used to automate the process.

Usage

  • clone the repo
git clone https://github.com/ShivamRawat0l/Book-Goal-Kicker
cd Book-Goal-Kicker
  • Create a virtualenv:
python3 -m venv venv
  • Activate it on Linux:
. venv/bin/activate
  • Or on Windows cmd:
venv\Scripts\activate.bat
  • Install the dependencies
pip install -r requirements.txt
  • Run the Script
python download.py

Built With

License

See LICENSE.md

About

This is a python script which is used to downlaod all the books in this site. This used request,Beautiful soup , and wget .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages