slavicd / reddit-api-client

此包最新版本(0.2.1)无可用许可信息。

PHP Reddit客户端,用于程序化发布内容。

0.2.1 2022-07-27 11:45 UTC

This package is not auto-updated.

Last update: 2024-10-02 22:57:34 UTC


README

Composer库,用于程序化将Reddit链接发布到开发者账户。

https://www.reddit.com/dev/api/

用法

  • 在Reddit上创建一个应用
  • composer require slavicd/reddit-api-client:*@dev
<?php
require 'vendor/autoload.php';
$rdtClient = new Entropi\RedditClient\Client($config);  // see code for required $config keys
$rdtClient->submit('technology', 'Post about technology', 'self', null, 'Hello world!');

贡献

在PR附带相关测试。