8000 GitHub - fkab/slideshare-downloader: Python script for downloading Slideshare presentations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fkab/slideshare-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slideshare Downloader (ss2pdf)

Introduction

You can use this Python script to download presentations from Slideshare in PDF format. The project is forked from yodiaditya/slideshare-downloader. The modifications are for educational purposes only.

ss2pdf.pdf is released to the public domain, which means you can modify it, redistribute it or use it however you like.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Prerequisites

  1. Install wget (for Windows http://gnuwin32.sourceforge.net/packages/wget.htm) and add it to PATH.
  2. Python 3.x

Installation

git clone https://github.com/fkab/slideshare-downloader.git
pip install -r requirements.txt

Usage

Execute

python ss2pdf.py

and provide the URL of the presentation. E.g. https://xyz.ab

Slideshare URL : https://xyz.ab

About

Python script for downloading Slideshare presentations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0