Skip to content

A simple script to download all the programming books from goalkicker.

Notifications You must be signed in to change notification settings

mabushelbaia/NotesForProfessionals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NotesForProfessionals Downloader

A simple script to download all the programming notebooks from GoalKicker website. It uses the requests and beautifulsoup4 libraries to scrape the website and download the notes and uses multithreading to speed up the process.

Usage

install the required packages using the following command:

pip install -r requirements.txt

run the script:

python scraper.py

All the notes will be downloaded under NotesForProfessionals directory.

About

A simple script to download all the programming books from goalkicker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages