This repository has been archived on 2024-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
2024-06-01 18:01:37 +08:00
2024-06-01 17:42:06 +08:00
2024-06-01 18:01:37 +08:00
2024-06-01 00:34:34 +08:00
2024-06-01 17:42:06 +08:00
2024-05-31 12:02:04 -07:00

chouti

python3.10-3.12

Install

using pipx

pipx install --force --index-url https://git.saveweb.org/api/packages/saveweb/pypi/simple/ --pip-args='--extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple' chouti

using pip

pip install -U --index-url https://git.saveweb.org/api/packages/saveweb/pypi/simple/ --extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple chouti

using uv

uv pip --no-cache-dir install --upgrade --index-url https://git.saveweb.org/api/packages/saveweb/pypi/simple/      --extra-index-url https://pypi.org/simple chouti

Run

There are two sub-command (sub-project):

  • To archive links:
chouti_links
  • To archive comments:
chouti_comments

You can run they at the same time, but do not run the same subcommand in parallel on the same ip.


Docker User: consider using the --tty parameter

Description
No description provided
Readme 129 KiB
Languages
Python 100%