bgmcli:非官方API和Python中Bangumi.tv的简单CLI

时间:2021-05-14 16:45:16
【文件属性】:
文件名称:bgmcli:非官方API和Python中Bangumi.tv的简单CLI
文件大小:64KB
文件格式:ZIP
更新时间:2021-05-14 16:45:16
Python bgmcli ##非官方API和Python中Bangumi.tv的简单CLI ####注意:它仅支持Python 2.7,并且仅在OSX 10.10和Python 2.7.10上进行过测试 使用API​​的简单示例。 请注意,它目前仅适用于动漫合集 import codecs from bgmcli . api import BangumiSession # to mark subject id 253 as watched, rate it 8, and add a few tags with BangumiSession ( 'xxxxx@gmail.com' , 'password' ) as session : coll = session . get_sub_collection ( '253' ) coll . c_status = 2 coll
【文件预览】:
bgmcli-master
----bgmcli()
--------api()
--------__init__.py(0B)
--------cli()
----tests()
--------test_session.py(9KB)
--------test_utils.py(339B)
--------sub_html(98KB)
--------on_hold_page(18KB)
--------test_element.py(6KB)
--------test_collection.py(9KB)
--------ep_html(55KB)
----setup.py(522B)
----.gitignore(69B)
----README.md(1KB)

网友评论