https://github.com/deweizhu/bookget
bookget 数字古籍图书下载工具
https://github.com/deweizhu/bookget
Last synced: about 1 month ago
JSON representation
bookget 数字古籍图书下载工具
- Host: GitHub
- URL: https://github.com/deweizhu/bookget
- Owner: deweizhu
- License: gpl-3.0
- Created: 2023-04-09T15:34:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T12:37:38.000Z (3 months ago)
- Last Synced: 2025-02-13T13:39:51.758Z (3 months ago)
- Language: Go
- Homepage:
- Size: 629 KB
- Stars: 1,435
- Watchers: 18
- Forks: 219
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - deweizhu/bookget
README
# 簡介
bookget 数字古籍图书下载工具,已支持约 50+ 个数字图书馆。
### 项目主页
1. https://github.com/deweizhu/bookget/
适用于全球访问,但大陆用户偶尔无法访问。
1. https://dev.azure.com/zhudw/bookget/
适用于中国大陆用户访问。### 使用説明
1. 打开 [https://github.com/deweizhu/bookget/releases](https://github.com/deweizhu/bookget/releases/latest) 下载最新版。
1. [必读]使用手册wiki https://github.com/deweizhu/bookget/wiki 或 https://dev.azure.com/zhudw/bookget/_wiki/wikis
1. 此项目代码仅供学习研究使用,欢迎有能力的朋友git clone 代码二次开发维护您自己的版本。#### 源碼編譯
从源码构建,仅对计算机程序员参考。普通用户可直接跳过阅读。
阅读 [golang 官方文档](https://golang.google.cn/doc/install) ,给您的电脑安装 golang 开发环境。
```shell
git clone https://github.com/deweizhu/bookget.git
cd bookget
go build . #或 ./build.ps1
```
或备用azure仓库
```shell
git clone https://[email protected]/zhudw/bookget/_git/bookget
cd bookget
go build . #或 ./build.ps1
```- For Win可用环境:windows 10 x64 / windows 11 (自2024/01/12日起,引入bookget-gui只适用于Win10/11 x64系统)。
# 新書推薦
本書即以清代避諱為例,試探如何運用融合數位與傳統的e考據之法,重新定義避諱學2.0該有的研究模式。這將是治清代的文史工作者案頭不可或缺的一本專著。[^1]
- [清代避諱研究](https://gpi.culture.tw/books/1011300273)
- 作者: 黃一農 / 黄一农
- 出版社: 台灣清華大學出版社
- 副标题: e考據的學術實踐
- 出版年: 2024-4
- ISBN: 9786269724987
[^1]:[https://gpi.culture.tw/books/1011300273](https://gpi.culture.tw/books/1011300273)### 第三方社區/網站
- 书格 https://www.shuge.org
### Arch Linux AUR 可选包
以下是热心网友维护的 Linux 软件仓库,便于 Arch Linux 用户安装使用。
- https://aur.archlinux.org/packages/bookget
- https://aur.archlinux.org/packages/bookget-bin
- https://aur.archlinux.org/packages/bookget-git
- [bookget - Arch Linux 中文维基](https://wiki.archlinuxcn.org/wiki/Bookget)