Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jflefebvre/pinterest
The script has been working for a long time and it was really cool, but Pinterest prevent webscraping. You should be able to webscrap the first page of pins but not more thant that. -- A PHP and casperjs scripts to webscrap and display elegantly your Pinterest with WookMark jQuery plugin -- The script
https://github.com/jflefebvre/pinterest
Last synced: 13 days ago
JSON representation
The script has been working for a long time and it was really cool, but Pinterest prevent webscraping. You should be able to webscrap the first page of pins but not more thant that. -- A PHP and casperjs scripts to webscrap and display elegantly your Pinterest with WookMark jQuery plugin -- The script
- Host: GitHub
- URL: https://github.com/jflefebvre/pinterest
- Owner: jflefebvre
- Created: 2012-11-23T14:05:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T12:21:36.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T16:42:48.572Z (3 months ago)
- Language: PHP
- Homepage: http://iamjeff.be/pinterest
- Size: 262 KB
- Stars: 28
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
=========This project allows to
- Web scrap your pinterest data
- Displays your pins very elegantly with WookMark jQuery plugin and lightbox.I assume that you have the following packages installed in your path.
- casperjs
- imagemagick (convert command) to generate the thumbnailsCookbook
Create a new sqlite db names pinterest.db in the root of the project
Example:
sqlite3 pinterest.dbThen, create a tmp table with the following command
create table tmp (tmp int);
Exit from sqlite with .exit
Run the following scripts to prepare the data
casperjs --ssl-protocol=any pinterest-casper.jsIt will generate a json file with all your pins data.
php pinterest-webscraper.phpIt will import original pins in pins folder and will generate the thumbnails for WookMark
That's all !
Feel free to drop me a line if you like this project or have some suggestions. ([email protected])