Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 533 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 533 Bytes

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.