Skip to content

pythonpro/pinterest-pinata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinterest-pinata

A Python client for Pinterest. There's at this point in time no API for Pinterest that one can use, so this client consist of somewhat clumsy code.

Supports the following operations: login, pin, repin, boards, like, comment, search_pins, follow board, create board, follow user, search users, search boards.

INSTALL

If you have downloaded the source code:

python setup.py install

Pip

pip install pinterest-pinata

TESTS

python -m unittest discover tests

USAGE

bash

python pinterest_pinata.py youremail yourpassword yourusername

python

from pinata.client import PinterestPinata

pinata = PinterestPinata(email='youremail', password='yourpassword', username='yourusername')
pinata.create_board(name='my test board', category='food_drink', description='my first board')

TODO

More tests...

About

A Python client for Pinterest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%