src/chouti | ||
tests | ||
.gitignore | ||
pdm.lock | ||
pyproject.toml | ||
README.md |
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