Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fangxx3863/telegraph2epub

download telegraph content as epub or cbz
https://github.com/fangxx3863/telegraph2epub

python python3 telegraph telegraph-downloader

Last synced: 6 days ago
JSON representation

download telegraph content as epub or cbz

Awesome Lists containing this project

README

        

# telegraph2epub

下载telegraph的内容至epub

# 使用方法

安装依赖
`pip3 install -r requirement.txt`

运行程序
`python3 telegraph2epub.py -u `

# 帮助内容

```
telegraph2epub [-h help] [-v version] [-f folder] [-u url] [-j jobs] [-c cbz]
-h help 显示帮助
-v version 显示版本
-f folder 指定下载路径
-u url 下载链接
-c cbz 以cbz方式存储所有图像
-j jobs 下载线程
Warning: 下载过程中会创建file目录以存放临时文件,请保证运行目录下无同名文件或文件夹
Example: telegraph2epub -u https://telegra.ph/xxx -j 32 -f book
About: https://github.com/fangxx3863/telegraph2epub
Version: v1.0
ReleaseTime: 2021/12/19 13:30 PM
```

# TO DO LIST

- [ ] 制作并打包多系统的CLI程序
- [ ] 实现GUI
- [x] 添加cbz支持