Posts For Tag: Pinterest
Build Pinterest Bot with PHP: Parsing Pins
04 Apr 2017
Today we are going to create a simple Pinterest images parser. It will search for pins according to some keywords and then save them to disk. So, let’s start. For interacting with Pinterest in PHP we will Pinterest Bot for...
READ MOREBuild Pinterest Bot With PHP: Followers
01 Apr 2017
Next step in promoting our blog on Pinterest is to follow popular accounts in our niche. Pinterest Bot for PHP library provides this functionality for us. I’m not going to cover installation and setup of the library here. You can...
READ MOREBuild Pinterest Bot with PHP: Comments, Likes And Repins
30 Mar 2017
Notice, that likes functionality has been disabled by Pinterest. In the previous articles, we have created a script that makes pins every five minutes and uses multiple accounts. But this is not enough, nobody will see your pins if you...
READ MOREBuild Pinterest Bot with PHP: Multiple Accounts and Proxy
28 Mar 2017
In the previous post, we have created a small script to automate pins creation on Pinterest. It uses only one your account, but what if you have several accounts and want to use them all. And of course, it is...
READ MOREBuild Pinterest Bot with PHP: Automate pinning
25 Mar 2017
Our goal is to create an account on Pinterest, that behaves as a real person. He creates pins, likes or dislikes pins of other users, writes comments, so, behaves as a real person. For example, we are going to promote...
READ MORERECENT POSTS
- Myths About Asynchronous PHP: It Is Not Truly Asynchronous
- DriftPHP: Quick Start
- ReactPHP Internals: Event Loop Timers
- Interview with Marc Morera: About DriftPHP
- Introducing PHP-Watcher
- Live Reloading PHP Applications With Nodemon
- Building a RESTful API Using ReactPHP: JWT Authentication
- Building a RESTful API Using ReactPHP: Basic Authentication
- Building a RESTful API Using ReactPHP and MySQL
- How To Speed Up The Code Review
- Managing Concurrency: From Promises to Coroutines
- Fast Web Scraping With ReactPHP: Download All Images From a Website
- PHP Roundtable 76: Concurrency, Generators & Coroutines - Oh My!
- Fast Web Scraping With ReactPHP. Part 3: Using Proxy
- Sending Email Asynchronously With ReactPHP Child Processes
- Fast Web Scraping With ReactPHP. Part 2: Throttling Requests
- Using Router With ReactPHP Http Component
- Working With FileSystem In ReactPHP
- Amp Promises: From Generators To Coroutines
- Fast Web Scraping With ReactPHP