Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fangxx3863/telegraph2epub
- Owner: fangxx3863
- License: mit
- Created: 2021-12-14T15:00:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T15:26:33.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T08:17:41.532Z (3 months ago)
- Topics: python, python3, telegraph, telegraph-downloader
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 31
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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支持