Connect with OAuth
Approve the app on Pinterest and it stores the token that comes back, encrypted. Add as many Pinterest accounts as you manage.
Pinterest scheduling, self-hosted
Build a queue of pins with images, titles, descriptions and links, pick the board and the hour, and close the laptop. A cron job on your own hosting sends each one to Pinterest at the time you chose.
Official Pinterest API v5. Connected with OAuth, so your Pinterest password never touches this app.
Butterfly tattoo meanings
Small wrist tattoo ideas
Playing card tattoo symbolism
Floral sleeve inspiration
What you get
One dashboard for your accounts, your pins and your schedule. No browser extension, no automation that pretends to be you, no monthly seat fee.
Approve the app on Pinterest and it stores the token that comes back, encrypted. Add as many Pinterest accounts as you manage.
Image, title, description, alt text, destination link and board. Save it as a draft, or set the date and let it wait its turn.
A single cron entry in hPanel drives everything. Each run publishes what is due, retries what failed, and logs the result.
Generate titles, descriptions, hashtags, keywords and image prompts from a topic. Bring your own OpenAI key; you stay in control.
Draft, scheduled, published or failed, with the exact Pinterest error on anything that did not go through. No silent failures.
PHP 8 and MySQL on shared hosting. No Composer, no Node, no SSH, no Docker. Upload, extract, import, done.
How it works
Create an app at developers.pinterest.com and paste the App ID and secret into Settings.
Press Connect, approve on Pinterest, and your boards are pulled in automatically.
Upload an image, write the pin, choose a board and a time. Repeat for as many as you like.
One line in hPanel, running every five minutes. From then on the queue empties itself.
Security
This app was built for people who do not want to hand their Pinterest login to a third party. It cannot ask for your password, because it has nowhere to put one.
You host it. You hold the database. The only thing leaving your server is an API call to Pinterest carrying a token you approved.
Questions
Yes. Pinterest issues API access per app, so you register one at developers.pinterest.com under your own business account and paste the credentials into Settings. The README walks through the form field by field.
New Pinterest apps start on Trial access, and pins created under Trial access are not shown publicly. Your pin was created correctly. Apply for Standard access to make them visible, which requires a demo video showing the OAuth consent screen and a working API call.
That is exactly what it was built for. It needs PHP 8.1 or newer with the cURL, OpenSSL, PDO MySQL and fileinfo extensions, which Hostinger enables by default. There is no build step and nothing to install over SSH.
No. Leave the OpenAI key blank and the AI Tools page simply tells you it is switched off. Everything else keeps working. When you do add a key, you are billed by OpenAI directly for what you use.
The scheduler records the exact message Pinterest returned and tries again on the next run, up to three attempts. After that the pin is marked failed and stays in your list with the reason attached, so you can fix it and reschedule.
Only if you let them. The first account registered becomes the admin, and public registration can be switched off from Settings straight afterwards.
Install it on your own hosting, connect a Pinterest account, and schedule your first pin in the next ten minutes.