Python wrapper for pinterest API
Project description
PinPy
Python wrapper for the Pinterest's API
#What it offers Basically its just a wrapper on Pinterest API to make things easy for projects which use pinterest's API. Right now It only offers wrapper on few major things like
- General information about user who's authentication or access token is entered
- Get all boards of user
- Get all Pins of user [IDs of pins]
- Using these Pin ids to get further information about specific Pin
#How to use it
install it using pip
pip install pin-py
usage
from pin_py.pinterest.pinpy import PinPy
pin = PinPy()
pins_list = pin.get_details_of_all_pins("access_token")
for pin_one in pins_list:
print(pin.get_single_pin_details(pin_one,"access_token"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pin_py-0.0.7.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file pin_py-0.0.7.tar.gz
.
File metadata
- Download URL: pin_py-0.0.7.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
79408da588d2050c32609b1b2442cc2963c8bb801f49e6ca4516fdb1e31da357
|
|
MD5 |
35a95c7bd3e4cf0cf2fba3692174d546
|
|
BLAKE2b-256 |
e64ddb928df79ea7f5ae176b86289664f8789d6bbc6e46c6dfd7e1c2e810f4f4
|
File details
Details for the file pin_py-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: pin_py-0.0.7-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a1552364aea94cd6be85416ecd68d74f665d1d2af4aebb8015cf5b9e3fa35230
|
|
MD5 |
bf131034f6bc27a177fd43873cebd38e
|
|
BLAKE2b-256 |
b0de0c00958293435f17eaa7792fb909f8d3ba4cde7b6c37237b2796d864fc7a
|