Skip to content

Releases: kcubeterm/achoz

achoz 0.2.0

01 Jan 04:46
Compare
Choose a tag to compare
2.0.0: npm published

2021 first alpha

28 Jul 16:09
Compare
Choose a tag to compare
2021 first alpha Pre-release
Pre-release

edit
config.json
set DirToIndex array at will

run
npm install
node crawler/crawler.js

check the output file
Indexofdata.json
it must contain one json object per line. Json objects will look like this.

{
    "filename": "sample.pdf",
    "abspath": "/root/sample.pdf",
    "atime":      "atime ofthat file",
    "mtime":     "mtime..",
    "ctime":       "ctime"
    "content":    "extracted text from files",
    "filetype":     "types or mimetype"
}