unofficial syosetu.com api library
Install and update using pip
pip install -U narou-api
import narou_api
r = narou_api.get(st=1, lim=5, order="new")
print(r.text)
CLI
narou_api get st=1 lim=5 order=new
Function | Description |
---|---|
get | なろう小説API |
get_rank | なろう小説ランキングAPI |
get_rankin | なろう殿堂入りAPI |
get_user | なろうユーザ検索API |
getx | なろうR18小説API |
- Official API Documet: https://dev.syosetu.com/man/api/
- PyPI Releases: https://pypi.org/project/narou-api/