文件名称:manganelo:非官方的Manganelo API
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-08 18:13:35
Python
非官方的Manganelo API 抓取Manganelo网站的软件包。 想要贡献吗? 鼓励请求请求! 安装 Python 3.7以上 pip install manganelo 最新未发行 pip install -U git+https://github.com/nixonjoshua98/manganelo 变更记录 1.6.0结果方法现在是一个缓存的属性 例子 标准用法 search = SearchManga ( "Raid" , threaded = False ) results = search . results best_result = results [ 0 ] manga_info = MangaInfo ( best_result . url , threaded = False ) manga_page = manga_info . results for
【文件预览】:
manganelo-master
----.gitignore(2KB)
----README.md(2KB)
----.gitattributes(66B)
----main.py(470B)
----requirements.txt(187B)
----manganelo()
--------rewrite()
--------api()
--------utils.py(317B)
--------__init__.py(161B)
----LICENSE.txt(1KB)
----setup.py(1KB)
----startrewrite.py(422B)