Swag666baby / pinterest-dl

a library to search and download images from pinterest

Home Page:https://www.npmjs.com/package/pinterest-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pinterest-dl

NPM Version Npm package yearly downloads

pinterest-dl is a library that allows you to search and download images from pinterest without any registration or key.

installation

npm install pinterest-dl

example

const {search} = require("pinterest-dl");

async function main(){
	const data = await search("dog");
	console.log(data);
}
main()

About

a library to search and download images from pinterest

https://www.npmjs.com/package/pinterest-dl

License:MIT License


Languages

Language:JavaScript 100.0%