Metadata-Version: 2.4
Name: octopus_downloader
Version: 0.1.11
Summary: Octopus Downloader CLI
Requires-Python: >=3.11
Requires-Dist: aiofiles==24.1.0
Requires-Dist: anyio==4.4.0
Requires-Dist: build>=1.2.2.post1
Requires-Dist: certifi==2024.8.30
Requires-Dist: click<8.2.0
Requires-Dist: h11==0.14.0
Requires-Dist: httpcore==1.0.5
Requires-Dist: httpx[socks]==0.27.2
Requires-Dist: idna==3.10
Requires-Dist: markdown-it-py==3.0.0
Requires-Dist: mdurl==0.1.2
Requires-Dist: pydantic>=2.11.4
Requires-Dist: pygments==2.18.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: pywebio~=1.8.3
Requires-Dist: rich==13.7.1
Requires-Dist: sniffio==1.3.1
Requires-Dist: tikhub==1.12.7
Requires-Dist: twine>=6.1.0
Requires-Dist: typer>=0.15.3
Requires-Dist: websockets==12.0
Description-Content-Type: text/markdown

# Octopus的视频下载器

## 更新发布方法
```shell
source .venv/bin/activate
python upload_pypi.py
```

## 开发环境中运行命令行
```ssh
python -m octopus_downloader.main [subcommand] [...args]
```

## 安装
```sh
pip install octopus-downloader
```

## 使用说明
### 检查是否设置TIKHUB_API_KEY
```shell
odl checkenv TIKHUB_API_KEY
```
### 设置TIKHUB_API_KEY
```shell
odl setenv TIKHUB_API_KEY [API_KEY_VALUE]
```
### 获取视频信息
```shell
odl info [视频分享地址]
```
### 下载视频文件
```shell
odl download 视频分享地址 视频保存目录 [-f 视频保存文件名]
```