This script take a link of GeeksForGeeks article as input and download the complete article as a pdf at default download location.
- selenium
- requests
- webdriver-manager
- Run
pip install -r requirements.txt
to install required external modules.
- Execute
python3 downloader.py
- Type in URL of article when prompted.