All Projects → UnrealCherry → HealthyManAndComic

UnrealCherry / HealthyManAndComic

Licence: other
爬虫(某和谐网站已被和谐)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to HealthyManAndComic

Comicbook
本项目不再维护,详情可加群了解 https://t.me/onecomicbook
Stars: ✭ 429 (+1850%)
Mutual labels:  comic
Epub Manga Creator
a web GUI for create japanese epub manga
Stars: ✭ 90 (+309.09%)
Mutual labels:  comic
Villain
A free and open source web-based comic book reader.
Stars: ✭ 160 (+627.27%)
Mutual labels:  comic
Ehviewer
[DEPRECATED] An Unofficial E-Hentai Application for Android
Stars: ✭ 6,764 (+30645.45%)
Mutual labels:  comic
Scollzoomlistview
comic reader core view
Stars: ✭ 64 (+190.91%)
Mutual labels:  comic
Q comic
一款仿知音漫客的漫画APP
Stars: ✭ 107 (+386.36%)
Mutual labels:  comic
Pixiv.moe
😘 A pinterest-style layout site, shows illusts on pixiv.net order by popularity. https://pixiv.moe
Stars: ✭ 259 (+1077.27%)
Mutual labels:  comic
Opencomic
Comic and Manga reader, written with Node.js and using Electron
Stars: ✭ 213 (+868.18%)
Mutual labels:  comic
Gazee
A WebApp for reading your comics. Built in Python on top of CherryPy.
Stars: ✭ 85 (+286.36%)
Mutual labels:  comic
Yomu
📘 Manga reader app for Mac OS X
Stars: ✭ 152 (+590.91%)
Mutual labels:  comic
Acgclub
一款纯粹的ACG聚合类App
Stars: ✭ 829 (+3668.18%)
Mutual labels:  comic
Poishuhui Kotlin
[Deprecated]一个用Kotlin写的简单漫画APP
Stars: ✭ 959 (+4259.09%)
Mutual labels:  comic
Mhviewer
漫画浏览器
Stars: ✭ 109 (+395.45%)
Mutual labels:  comic
Cimoc
漫画阅读器
Stars: ✭ 591 (+2586.36%)
Mutual labels:  comic
Cartoon
漫画软件——使用MVP + Retrofit + RxJava开发
Stars: ✭ 186 (+745.45%)
Mutual labels:  comic
Quickviewer
A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
Stars: ✭ 394 (+1690.91%)
Mutual labels:  comic
Comic Mtc
🔥漫画App,适合新手进阶项目。MVP + RxJava + Retrofit + Dagger2+rxlifecycle ,一起学习交流 0v0!
Stars: ✭ 102 (+363.64%)
Mutual labels:  comic
Comicbook
epub comic generator | nhentai.net | e-hentai.org | wnacg.org
Stars: ✭ 222 (+909.09%)
Mutual labels:  comic
Comics Downloader
tool to download comics and manga in pdf/epub/cbr/cbz from a website
Stars: ✭ 190 (+763.64%)
Mutual labels:  comic
Misakatranslator
御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具
Stars: ✭ 2,211 (+9950%)
Mutual labels:  comic

HealthyManAndComic

一个健康的项目

运行项目

  • npm install先安装包
  • npm run start(或者node RandomHC)都可以

在RandomHC.js里面修改参数

RandomHC(NAME,INDEX)
*
* //NAME参数只有两个 "绅士"  或者 "少女"  NAME为字符串格式
*
*//  INDEX参数为漫画番号 或者 漫画名  不输入默认为随机漫画   输错番号会报错
//  番号名为数字 例如:RandomHC("少女",9333)              
//  搜索名为字符串 例如:RandomHC("少女","ちゃんに見せられ")  //可模糊搜索但不能带有空格
*  (爬少女随机的估计要爬3分钟以上,因为少女这个域名的漫大概有4000部而绅士只有1500多部)

NPM包


* cnpm install h-comic   //用cnpm安装h-comic
* var h =require("h-comic")
* h.download("少女","ちゃんに見せられ") //搜索指定名字 可模糊搜索但不能带有空格
* h.download("少女",9333)   //搜索指定番号

* ****千万不要用txt保存代码然后改后缀名成js 因为编码不同里面的汉字无法识别,会报错****

更新了部分bug  

*遇到网站挂链或者没响应的情况自动跳过

优化了读取速度

*加快了读取速度大概40%

 增加了搜索功能

*可模糊搜索

  更新了注释

*方便新手们学习

更新了番号参数  具体在TXT里

绅士

绅士

 少女

少女

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].