✍ Idle-About

Idle-About

Introduction

Show books order by rank, crawled booklists from douban.

Project on Github

https://github.com/Ext4FAT/BookSelector

Developer

pic

Dependency

1
2
3
4
libhtmlcxx-dev
libboost-dev
pandoc
libopencv-dev

Usage

1
2
3
4
5
6
7
8
9
10
[USAGE]
[-b browser] #Browser you want to display result
[-k keyword] #Field you intend to search
[-t number] #TOP-K you wish to show
[-p percent] #TOP k% you mean to show
[-n filename] #File name you are desirous to output
[-a] #Display all book in this field
[-r] #No matter cache exist or not, re-download pages
[-N] #Don't output markdown file
[-D] #Don't display html with browser

Default Configuration

1
2
3
4
5
6
7
8
9
[CONFIG]
Browser: firefox
Keyword: C++
Output File: Booklist.html
Top-K: ALL
Percent: 100%
Reload: NO
Display: YES
Save Markdown: YES

Example

Command

1
./Crawl -k 机器学习 -n 机器学习

Reslut

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
----------------------------------------------------------------------
[Crawl] Developed By
E I
ERIDLERIDLE IDLERIDLERI IDLER DLERIDL IDLERIDLERID
LERIDLERIDL RIDLER DLERID ERIDLERI ID ERIDL RIDLER DLERIDL
DLE LER ERI LERI ERIDL ERI LER RIDL ID ERI ERI RIDL
DLE LER LER IDL LER RIDL ER LERI RIDL
DLE LER IDL DLER RIDLERI LER ERID
DLE LER IDL DLE IDLER LERIDLERI
IDLE DLER IDL DLE RID LERIDLE
IDL DLE RID IDLE ERI DLERIDLER
IDL DLE LERI IDL RIDLERI ID DLE DLER
LERIDLERIDL IDLERIDLER IDLERIDLERI LERID ERID DLE LERI LE
IDLERIDLERID RIDLERIDL RIDLERIDLERI LERIDLERI IDL LERIDLE

----------------------------------------------------------------------
[USAGE]
[-b browser] #Browser you want to display result
[-k keyword] #Field you intend to search
[-t number] #TOP-K you wish to show
[-p percent] #TOP k% you mean to show
[-n filename] #File name you are desirous to output
[-a] #Display all book in this field
[-r] #No matter cache exist or not, re-download pages
[-N] #Don't output markdown file
[-D] #Don't display html with browser
----------------------------------------------------------------------
[CONFIG]
Browser: firefox
Keyword: 机器学习
Output File: 机器学习.html
Top-K: ALL
Percent: 100%
Reload: NO
Display: YES
Save Markdown: YES
----------------------------------------------------------------------
[Show Configuration] 0.062ms
----------------------------------------------------------------------
[Analysis Parameters] 0.07ms
----------------------------------------------------------------------
[Download Htmls] 0.014ms
----------------------------------------------------------------------
[Parse Htmls] 96.105ms
----------------------------------------------------------------------
[Total Time] 100.089ms
----------------------------------------------------------------------

Snapshot

pic

Contents
  1. 1. Idle-About
    1. 1.1. Introduction
    2. 1.2. Project on Github
    3. 1.3. Developer
    4. 1.4. Dependency
    5. 1.5. Usage
    6. 1.6. Default Configuration
    7. 1.7. Example
      1. 1.7.1. Command
      2. 1.7.2. Reslut
      3. 1.7.3. Snapshot