Replies: 4 comments 1 reply
-
Nice! I have long been planning to add a webserver as a bot to this app. But I was getting pushed back for the lack of time and energy. I will check your changes and merge it with the dev branch if all is good. |
Beta Was this translation helpful? Give feedback.
-
Glad you are interested ! You can make any change or ask me to change anything, I have no experience in production so it probably is a mess. The flask website is usable right now (still lacks some features like allowing users to rate novels and sources) but I dropped it and switched to react. It mean that I must remake everything but css as I can't just use lightnovelworld scripts like before. |
Beta Was this translation helpful? Give feedback.
-
It still has a few known bug, stability issues and is missing https but I am hosting the website on http://lncrawler.monster/ PS : if you go on https://lncrawler.monster/ you will go on a different website, I will fix that later |
Beta Was this translation helpful? Give feedback.
-
Are you interested in adding summary, language and tags as additional optional metadata ? I added it on my fork for the website, but supporting it myself for every sources and dealing with conflicts after every update would be too hard. I can make a clean fork with only theses changes and open a pull request if you are interested. |
Beta Was this translation helpful? Give feedback.
-
Hello, I started making a website with flask that allow users to directly add novels using lightnovel-crawler.
I used lightnovelpub design (minus ads) which took it from lightnovelworld, so I don't know who made in first.
I don't know if you are interested in merging since I stole the design.
It is simply a bot and can be run with
python lncrawl --bot web
You can check it on the flask branch of my fork from lncrawler
It use flask and waitress and Flask-Minify as dependencies.
The architecture for light novels is reversed, it is
Lightnovels/novel/source
as I don't want the same novel to appear twice. You choose the novel first and then you can switch source.It still need some work but is functional right now.
Also to make the website better I would like to add the possibility to scrap summary in sources, (and perhaps also tags and language).
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions