Is there any way to send tweets to twitter? Ive already tried different things, but im getting an ssl error everytime and i dont know how to fix it. Thank you
This is purely related to how you make use of their REST API. Pocketmine has nothing to do with this.
normally it's something about local ssl certs not found, which there should be a link to where to fix it on the error itself
You should also take a look at this https://github.com/ThunderDoesPlugins/ which has a more versatile API generally EDIT: i think i forgot to link directly so here it is https://github.com/ThunderDoesPlugins/Twix
probably dosent matter how recent, both of them only have hooked into commands not like this plugin uses packets or something so it would be less affected by updates (for my version you can request an update/pr it but dosent matter if all you do is to read the code)