qbittorrent-api
Python client implementation for qBittorrent's Web API
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- ci.yml
- pre-commit-update.yml
- publish.yml
- release.yml
- test.yml
- dependabot.yml
- app.rst
- attrdict.rst
- auth.rst
- client.rst
- clientdata.rst
- definitions.rst
- log.rst
- request.rst
- rss.rst
- search.rst
- sync.rst
- torrentcreator.rst
- torrents.rst
- transfer.rst
- version.rst
- api.rst
- async.rst
- behavior&configuration.rst
- conf.py
- exceptions.rst
- index.rst
- introduction.rst
- performance.rst
- spelling_wordlist
- make.bat
- Makefile
- __init__.py
- _attrdict.py
- _version_support.py
- app.py
- auth.py
- client.py
- clientdata.py
- definitions.py
- exceptions.py
- log.py
- py.typed
- request.py
- rss.py
- search.py
- sync.py
- torrentcreator.py
- torrents.py
- transfer.py
- kubuntu-22.04.3-desktop-amd64.iso.torrent
- kubuntu-22.04.4-desktop-amd64.iso.torrent
- root_folder.torrent
- server.crt
- server.key
- ubuntu-22.04.1-desktop-amd64.iso.torrent
- xubuntu-22.04.4-desktop-amd64.iso.torrent
- __init__.py
- api_surface.json
- catalog.py
- CLAUDE.md
- conftest.py
- test_api_surface.py
- test_app.py
- test_auth.py
- test_clientdata.py
- test_definitions.py
- test_log.py
- test_request.py
- test_rss.py
- test_search.py
- test_sync.py
- test_torrent.py
- test_torrentcreator.py
- test_torrents.py
- test_transfer.py
- test_version.py
- test_zzz_last_tests.py
- utils.py
- .git-blame-ignore-revs
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yaml
- CHANGELOG.md
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- tox.ini
- uv.lock
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/rmartin16/qbittorrent-api
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd qbittorrent-api
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
python -m pip install qbittorrent-api
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
cd docs
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
