gywnslek / ToonCrapper

Naver Webtoon Scrapper with C# (ToonCrapper for Naver)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naver Webtoon Scrapper with .NET

Build Status License Language Latest release

##Introduction 이 프로그램은 웹툰을 긁어오는 프로그램입니다.
이 프로그램을 사용하여 이북을 만든다면 모바일 데이터를 절약할 수 있겠죠?
이 프로그램은 오픈 소스로 누구나 개선이나 수정 배포가 가능합니다.
현재 이 프로그램은 Microsoft .NET Framework 2.0 이상 및 모노 프레임워크의 에서 빌드가 가능합니다.

##DISCLAIMER 이 프로그램을 불법적으로 사용시에 제작자(저작권자)는 책임을 지지 않습니다.
이 프로그램을 사용하여 얻어낸 데이터는 사적으로만 사용하시기 바랍니다.
또한 제작자(저작권자)는 소스코드를 수정 할 의무가 없습니다.

마지막으로 이 프로그램은 HTML의 파싱과 라이브러리의 이용 그리고 C#의 기초 이해에 대하여 만들어진 것 입니다. 절대 불법적인 용도로 사용하시지 말기를 부탁드립니다.

##License Copyright (c) 2015 RapidWorkers a.k.a kdsh5800

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

이 프로그램에 포함된 HtmlAgilityPack은 위에 표시된 MS-PL 을 사용하고 있습니다.
MS-PL의 전문은 아래에서 읽어보실 수 있습니다.
http://htmlagilitypack.codeplex.com/license

이 프로그램은 cURL 바이너리를 포함하고 있습니다.
cURL의 라이센스는 MIT 라이센스를 사용합니다.
라이센스 전문은 위에 표시되어 있습니다.
cURL : Copyright (c) 1996 - 2015, Daniel Stenberg, daniel@haxx.se.

About

Naver Webtoon Scrapper with C# (ToonCrapper for Naver)

License:MIT License


Languages

Language:C# 100.0%