The crawler that downloads Naver, Daum, and NateOn webtoons.
Webtoon Crawler is a GUI-based program currently only supports downloading from Naver.
My goal is to support webtoon downloading from Daum and NateOn also.
Note that I didn't / couldn't receive permission for this program from any of the three vendors since none of them provided Webtoon API.
The program looks as below.
- Supports webtoon downloads from Naver.
- Allow downloading max of 10MB images for Naver webtoon.
-
Download jar file
-
Do one of the below depending on your OS
- Windows : Double click the far file.
- Mac, Linux : Type
java -jar webtoon-crawler.jar
from the console.
Run the below commands from your terminal/console
-
Download my source code.
git clone [email protected]:TurtleShip/webtoon-crawler.git
-
Use maven to create jar file.
cd webtoon-crawler mvn package
3. Find and run the executable webtoon-crawler.jar you just created.
cd target java -jar webtoon-crawler.jar
## License
[MIT License](license.txt)
## Credit
Inspired by a project [web_crawler](https://github.com/emeraldsnail/webtoon_crawler) developed by [**emeraldsnail**](https://github.com/emeraldsnail).