文件名称:rotten_tomatoes_client:烂番茄的Authless客户端
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-23 09:27:37
python pip rotten-tomatoes rottentomatoes Python
烂番茄客户端(无需API密钥!) 介绍 我认为烂番茄是一种非常整洁的服务。 因此,我想尝试并结合了Rotten Tomatoes的数据的几个项目(例如命令行工具)。 在对现有的Rotten Tomatoes Python客户端(例如和 )进行简短粗略的调查之后,我注意到了两件事: 每个客户端都需要一个API密钥才能使用(这是合理的) Rotten Tomatoes API很难访问(不太合理)。 例如: Rotten Tomatoes在注册时不再发行API密钥。 我们将审核每个应用程序,以确保我们的数据使用符合《品牌指南》和《服务条款》,并在获得批准后提供密钥。 现在有访问API详细信息的许可费用,该费用将在应用程序批准后提供。 批准过程最多可能需要60天。 感谢您的耐心等待。 。 感谢您对Rotten Tomatoes API的关注。 API用户可以访问我们现有的API,该A
【文件预览】:
rotten_tomatoes_client-master
----MANIFEST.in(0B)
----.travis.yml(237B)
----README.rst(17KB)
----.coveragerc(76B)
----rotten_tomatoes_client()
--------client.py(2KB)
--------query()
--------__init__.py(250B)
----tests()
--------test_rottenTomatoesClient.py(1KB)
--------__init__.py(0B)
--------test_movieBrowsingQueryParametersBuilder.py(4KB)
----setup.cfg(40B)
----requirements.txt(147B)
----setup.py(494B)
----.gitignore(1KB)
----README.md(15KB)
----LICENSE.txt(1KB)