文件名称:jinniApi:用于 PHP 的 Jinni API 库
文件大小:103KB
文件格式:ZIP
更新时间:2024-07-01 19:36:29
HTML
Jinni 选择不使用公共 API,因此我创建了它以使用 PHP 与 Jinni 交互。 幸运的是,大部分都可以在不抓取站点的情况下完成,因为有一个支持搜索和评级的 DWR 接口(ajax 的 java RPC)。 特征 检索您已评分的所有电影以及您给它的评分。 在 Jinni 中搜索一部电影,检索有关该电影的一些信息并对其进行评分。 用法 - 查找一部电影并对其进行评分 // The $cachePath is used to store copies of the hmtl for the film pages so they are never retrieved twice $jinni = new \jinni\jinni($username, $cachePath); // Search for the matrix. Specify that it's a film,
【文件预览】:
jinniApi-master
----.gitignore(8B)
----composer.json(158B)
----README.markdown(1KB)
----tests()
--------httpTest.php(8KB)
--------finalratings.htm(175KB)
--------testSearch.php(677B)
--------JsParserTest.php(2KB)
--------filmTest.php(4KB)
--------testcache()
--------testRatings.php(1KB)
--------jinniTest.php(4KB)
--------ratings.htm(198KB)
----jinni.php(9KB)
----JsParser.php(3KB)
----film.php(4KB)
----http.php(7KB)