slideshare-downloader
slideshare-downloader copied to clipboard
Slideshare to PDF downloader. Using Selenium and auto scroll-down to get the entire slides completely.
Slideshare Downloader
This python script to download slide from Slideshare and converted into pdf automatically.
How to setup
git clone https://github.com/limkokhole/slideshare-downloader.git
pip2 install -r requirements_py2.txt #python 2
OR
pip3 install -r requirements_py3.txt #python 3
How to run
python convertpdf.py [url]
Then it will asked the slideshare url if you doesn't provided [url], example url which doesn't provide download button:
https://www.slideshare.net/reconvillage/rv-defcon25-how-to-obtain-100-facebook-accounts-per-day-through-internet-searches-guillermo-buendia
Original fork from https://github.com/yodiaditya/slideshare-downloader.git