Skip to content

NodeJS Project to download slides from slideshare website without having to login.

Notifications You must be signed in to change notification settings

pavanyekabote/pyslidegrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyslidegrabber

NodeJS Project to download slides from slideshare website without having to login.

Sample Usage Code

const load = require('./pyslidegrabber');

const constants = load.constants;
const options = {

	quality: constants.QUALITY.MEDIUM,
	reqType : constants.REQTYPE.HTTPS


}

load.pygrabber("https://www.slideshare.net/CBInsights/emerging-technology-trends-2017-intern-presentation-78641216"
	,"./MySlides",(err, res)=>{
	console.log(res);
},options);

parameters of pygrabber

1.URL of Slides in Slideshare website
2.Location to save the downloaded slides
3.Options for quality of the slide.

Quality Constants

constants.QUALITY.HIGH
constants.QUALITY.MEDIUM
constants.QUALITY.LOW

About

NodeJS Project to download slides from slideshare website without having to login.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published