Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 243 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 243 Bytes

Pinrank

Find the most saved pins on Pinterest for a given search term.

Usage

from pinrank import Pinrank

pr = Pinrank.login("user@example.com", "p@ssw0rd")
pins = pr.search("halloween costumes")
saves = pr.saves(pins)