mediagestalt / personal-pinterest

Creates a personal image database from Pinterest

Home Page:http://code.mediagestalt.com/tutorials/personal-pinterest.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal-Pinterest

This is a multipart project that downloads your entire Pinterest library for storage in your very own MySQL database, allowing you to create a tagged, searchable archive of your images.

The underlying purpose of this project is to provide a tutorial on personal information management, and curating your own personal Pinterest is a good place to start.

I created this project because I worry about the reliability of cloud based services these days, and Pinterest especially has a little too much sponsored content for my liking.

This tutorial will introduce you to the following coding skills:

  • a tool called Pinback that will download your Pinterest notebooks to individual html files.
  • a simple web-scraping Python script that downloads your Pinterest images to your computer.
  • a hands-off MySQL tutorial describing the design of my database.
  • a very simple php web form that allows for data entry (I’m a beginner at this)
  • maybe a nicer way to display the data?

About

Creates a personal image database from Pinterest

http://code.mediagestalt.com/tutorials/personal-pinterest.html

License:MIT License


Languages

Language:Jupyter Notebook 100.0%