在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Eleirbag89/MastodonBotPHP开源软件地址(OpenSource Url):https://github.com/Eleirbag89/MastodonBotPHP开源编程语言(OpenSource Language):PHP 100.0%开源软件介绍(OpenSource Introduction):MastodonBotPHPA very simple PHP Mastodon API for sending statuses Requirements
DownloadUsing ComposerFrom your project directory, run:
or
Note: If you don't have Composer you can download it HERE. Using release archiveshttps://github.com/Eleirbag89/MastodonBotPHP/releases Using GitFrom a project directory, run:
InstallationVia Composer's autoloaderAfter downloading by using Composer, you can include Composer's autoloader: include (__DIR__ . '/vendor/autoload.php');
$mastodon = new Mastodon('YOUR APP TOKEN HERE', 'YOUR INSTANCE URL HERE'); Via Mastodon classCopy Mastodon.php into your server and include it in your new bot script: include 'Mastodon.php';
$mastodon = new Mastodon('YOUR APP TOKEN HERE', 'YOUR INSTANCE URL HERE'); LicenseThis open-source software is distributed under the MIT License. See LICENSE.md ContributingAll kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...
Contact meYou can contact me via Mastodon Bida but if you have an issue please open one. Support meYou can support me using via LiberaPay or buy me a beer or two using Paypal. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论