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

Can i combine this with javascript? #450

Closed Iquaridys closed 5 years ago

Iquaridys commented 5 years ago

i want run repeat. For javascript i can use setInterval(). for PHP i only know use cron jobs.

can i combine this file with javascript method?

delemore commented 5 years ago

In PHP, you could use sleep ()

But I prefer cron jobs ...

seregazhuk commented 5 years ago

@Iquaridys please, ask library-related questions here, not infrastructure ones.