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.
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.