meinpost
meinpost
Hi, I try to use this code to do a simple post a pin: `require 'pinterest-bot/vendor/autoload.php'; use seregazhuk\PinterestBot\Factories\PinterestBot; $bot = PinterestBot::create(); $bot->auth->login('my_email', 'my_pass'); if ($bot->user->isBanned()) { echo "Account has been...
Hi, it would be also nice to be able to upload a video over the API.
It seems that it does not work with PHP 8.2+. Creating a dynamic property is deprecated. Deprecated: Creation of dynamic property ipinfo\ipinfo\Details::$carrier is deprecated in XXX/vendor/ipinfo/ipinfo/src/Details.php on line 40 PHP...