Last updated:
0 purchases
otakudesu 0.0.9
Install
> pip install otakudesu
Run on terminal
> python -m otakudesu
Python Interpreter
Search by query
>>> from otakudesu import OtakuDesu
>>> otakudesu = OtakuDesu()
>>> x=otakudesu.search('Saenai heroine')
>>> x.result
Get from schedule
>>> from otakudesu import OtakuDesu
>>> otakudesu = OtakuDesu()
>>> x=otakudesu.getSchedule
>>> x.result
ByUrl
>>> from otakudesu import OtakuDesu
>>> otakudesu = OtakuDesu()
>>> x=otakudesu.byUrl('https://otakudesu.moe/anime/saenai-heroine-subtitle-indonesia/')
>>> x
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.