This repository has been archived on 2024-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-06-01 18:01:37 +08:00
src/chouti comments: handle [] 2024-06-01 17:42:06 +08:00
tests chore: comments sample 2024-06-01 18:01:37 +08:00
.gitignore feat: FORCE_TRACKER_NODE 2024-06-01 00:34:34 +08:00
pdm.lock fix: workround for SSLContext.load_verify_locations memory leaks/fragmentation 2024-05-30 16:36:43 +08:00
pyproject.toml comments: handle [] 2024-06-01 17:42:06 +08:00
README.md Update README.md 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