Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

creotiv/python-pinterest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Pinterest API for Python [DEPRECATED]

This API was developed before Pinterest opened their official API, now it's not suppported. Please use official API https://developers.pinterest.com/ or fork this one and fix.

Example of use:

    p = Pinterest()
    logged = p.login('[email protected]','password')
    if logged:
        print 'logged in.'
        boards = p.getBoards()
        print boards
        res = p.createPin(board=boards['art'],title='Anton Semenov | 30 Art Works',
            desc='Anton Semenov | 30 Art Works',
            media='http://1.bp.blogspot.com/-SfG0Ad5_UVo/UGxBfrBGugI/AAAAAAAAA54/o-glBuiX_3Q/s640/Black_dream_by_Gloom82.jpg',
            posturl='http://30artworks.blogspot.com/2012/10/anton-semenov.html')
        print 'pin created: %s' % res

About

Pinterest API for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages