dipu-bd / lightnovel-crawler

Generate and download e-books from online sources.
https://pypi.org/project/lightnovel-crawler/
GNU General Public License v3.0
1.51k stars 293 forks source link

Use lightnovel-crawler from python code #955

Closed sandorex closed 3 years ago

sandorex commented 3 years ago

I am planning an app using kivy and wanted to use lightnovel-crwaler in it and wondering if it's possible to include it as a library ?

dipu-bd commented 3 years ago

yes, you can use the lightnovel-crawler as a library. the package name to import is lncrawl.

sandorex commented 3 years ago

Is there any API docs cause i am confused how to use it

dipu-bd commented 3 years ago

No, there is no API docs. I don't plan to create one anytime soon in the future. You can tell me how you want to use it. I can help.

If you want to understand a general way to use it, you can start here: https://github.com/dipu-bd/lightnovel-crawler/blob/master/lncrawl/bots/console/__init__.py

sandorex commented 3 years ago

Thank you ill look into it