seregazhuk / php-pinterest-bot

This PHP library will help you to work with your Pinterest account without using any API account credentials.
MIT License
414 stars 129 forks source link

Calling the RecommendedFor many times ended with no result #489

Open exiost opened 4 years ago

exiost commented 4 years ago

Because I tried calling the RecommendedFor function to look for derived Keword queries, after several attempts (the first 1000x successful attempts to use for), but in the end it ended with no results.

Problem: At first I thought I was banned by IP. Solution: So from that I moved the code to a different server, and got it back.

So the solution in my opinion is that we have to use a different IP, using a proxy to call the RecommendedFor function to look for many keywords.

Then, how do you call the recommendedFor implementation function but with a proxy and also login (because this function works when we are logged in)?

exiost commented 4 years ago

Any one can help to do to this?