seregazhuk / php-pinterest-bot

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

Same pins are re-pinning with search. #494

Open ahmed-alii opened 4 years ago

ahmed-alii commented 4 years ago

Describe the bug When using the comment-repin example on a board, it re-pins the same pins with same search result.

Expected behavior It should ignore the pins it has already created and repin the new pins with search term being the same.

kaankilic commented 4 years ago

You have implemented it yourself. It shouldn't ignore the pins it has already created or something else. It's out of scope.