Zlib Searcher Versions Save

search zlib/libgen index to get ipfs_cid.

0.6.0

1 year ago

In this version we have optimized the front-end layout, improved the tokenizer to better support English search, and added CI to automatically package docker image. Thank you all for your support and contributions.

This version requires the new index version 0.6, or you can download the raw data and index by yourself by running zlib-searcher index.

# sha256sum index_0.6.zip
d45483cf1615107ac99486f460a6f2c0be17585a4d277a47ef1b41e40382e0bc  index_0.6.zip

Once everything is ready you can start the service by running zlib-searcher run -b 0.0.0.0:7070.

The zlib-searcher-desktop_0.1.0-dev_x64_zh-CN.msi is a dev version of zlib-searcher-desktop with Chinese books index embeded.

What's Changed

New Contributors

Full Changelog: https://github.com/zu1k/zlib-searcher/compare/0.5.1...0.6.0

0.5.1

1 year ago

We have redeveloped the frontend in this version.

Please refer to version 0.5.0 for the index file: https://github.com/zu1k/zlib-searcher/releases/download/0.5.0/index_0.5.zip

sha256sum:

87f232c217fb1aed282f31648f7a61fee2d4bff444bf6eeeafdafd69916547f9  index_0.5.zip

0.5.1-rc1

1 year ago

We have redeveloped the frontend in this version.

Please refer to version 0.5.0 for the index file.

0.5.0

1 year ago

In this version we have added best-size and best-speed features to select which aspect of the index to be optimized.

we choose optimal index size by default, because the small speed differences that are indistinguishable to the naked eye do not affect individual users at all, but index size reduction beyond 1G is a more objective improvement for index.

You can download the index from the GitHub Release below now:

sha256sum:

87f232c217fb1aed282f31648f7a61fee2d4bff444bf6eeeafdafd69916547f9  index_0.5.zip

Here is Chinese books list that need to be pinned: zlib_libgen_chinese_books_csv.zip

0.4.2

1 year ago

index download url: https://zlib.r2.zu1k.com/index_0.4.zip

sha256sum: 187d2b4bd2526406882458cdc6b37428ae0722de0c539dfde35778b3fff83be4 index_0.4.zip

You can also download the index splited according to the size of 1G in the release:

# sha256sum index_0.4_*
26b93f0306e4c7e5161b8dc539c206e19f1a08c3fc59d75168e4bb659c84feee  index_0.4_split.z01
6bd4456b03befe7280b86108abf359116d32e31e310f4a45f1dd03a0d0f2ff95  index_0.4_split.z02
e8c3e24d7193fb690f5a4f32d05a25514fcfa9e577bdf9df529d3358c9d1b333  index_0.4_split.zip

0.4.1

1 year ago

index download url: https://zlib.r2.zu1k.com/index_0.4.zip

sha256sum: 187d2b4bd2526406882458cdc6b37428ae0722de0c539dfde35778b3fff83be4 index_0.4.zip

0.4.0

1 year ago

Raw data

This raw data is used to generate our index. If you are a regular user, no need to download:

  • zlib_index_books.csv.zip
  • libgen_index_books.csv.zip

0.3.0

1 year ago

index download url: https://zlib.r2.zu1k.com/index_0.2.zip

sha256sum: 7e779c35781f5e4b10f9c2bc1a9cc71e06faa44bd21ed6476ede617ce97a8261 index_0.2.zip

Unzip the index to the same directory as the program.

The program will listen to 127.0.0.1:7070 after running.

You can access http://127.0.0.1:7070/ to use webui, or access the original api.

Search Api:

We add more fields for searching, now you can search by the following fields:

  • title
  • author
  • publisher
  • extension
  • language
  • isbn
  • zlib_id

Examples:

  • http://127.0.0.1:7070/search?limit=30&query=余华
  • http://127.0.0.1:7070/search?limit=30&query=title:机器学习 extension:azw3 publisher:清华
  • http://127.0.0.1:7070/search?limit=30&query=zlib_id:18557063
  • http://127.0.0.1:7070/search?limit=30&query=isbn:9787302423287

0.2.0

1 year ago

index download url: https://zlib.r2.zu1k.com/index_0.2.zip

sha256sum: 7e779c35781f5e4b10f9c2bc1a9cc71e06faa44bd21ed6476ede617ce97a8261 index_0.2.zip

Unzip the index to the same directory as the program.

The program will listen to 127.0.0.1:7070 after running.

Search:

We add more fields for searching, now you can search by the following fields:

  • title
  • author
  • publisher
  • extension
  • language
  • isbn
  • zlib_id

Examples:

  • http://127.0.0.1:7070/search?limit=30&query=余华
  • http://127.0.0.1:7070/search?limit=30&query=title:机器学习 extension:azw3 publisher:清华
  • http://127.0.0.1:7070/search?limit=30&query=zlib_id:18557063
  • http://127.0.0.1:7070/search?limit=30&query=isbn:9787302423287

0.1.0

1 year ago

index download url: https://zlib.r2.zu1k.com/index.zip

sha256sum: 63dbdd79ad22cb0336d0c8fa260434a29927ac9a665af3079f3f230727fa7d88 index.zip

Unzip the index to the same directory as the program.

The program will listen to 127.0.0.1:7070 after running.

Search:

http://127.0.0.1:7070/search?limit=30&query=余华

Raw data

https://zlib.r2.zu1k.com/index_books.zip

No need to download raw data unless you need to modify the program and index by yourself.