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.
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
Languages
Python
100%