python-rucaptcha
Python library for RuCaptcha\2Captcha.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- custom.md
- feature_request.md
- build.yml
- install.yml
- lint.yml
- sphinx.yml
- test.yml
- zai-code-bot.yml
- dependabot.yml
- capsolver.jpg
- favicon.png
- RuCaptchaMedium.png
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- info.md
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- info.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- info.md
- info.md
- example.rst
- info.md
- info.md
- example.rst
- example.rst
- example.rst
- info.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- AGENTS.md
- conf.py
- index.rst
- make.bat
- Makefile
- requirements.txt
- capsolver.jpg
- drawing.svg
- img.png
- RuCaptchaHigh.png
- captchaai-native-client.md
- index.md
- log.md
- packaging-and-documentation.md
- public-usage-surface.md
- request-lifecycle.md
- service-contracts.md
- standard-solver-adapters.md
- system-overview.md
- testing-and-validation.md
- recaptcha_55914.mp3
- solvemedia_pakinaback.mp3
- solvemedia_pzalcbniuf.mp3
- solvemedia_runphrough.mp3
- rotate_ex.png
- 088636.jpg
- 088636.png
- bounding_box_start.jpg
- bounding_box_start.png
- grid.png
- __init__.py
- captchaai_legacy_profiles.json
- captchaai_profiles.json
- __init__.py
- AGENTS.md
- base.py
- captchaai.py
- config.py
- enums.py
- result_handler.py
- serializer.py
- __init__.py
- __version__.py
- AGENTS.md
- alibaba_captcha.py
- altcha_captcha.py
- amazon_waf.py
- atb_captcha.py
- audio_captcha.py
- basilisk_captcha.py
- binance_captcha.py
- bounding_box_captcha.py
- captcha_fox.py
- captchaai.py
- capy_puzzle.py
- control.py
- coordinates_captcha.py
- cutcaptcha.py
- cyber_siara_captcha.py
- datadome_captcha.py
- draw_around_captcha.py
- friendly_captcha.py
- fun_captcha.py
- gee_test.py
- grid_captcha.py
- hcaptcha.py
- image_captcha.py
- incapsula_captcha.py
- key_captcha.py
- lemin_captcha.py
- mt_captcha.py
- prosopo.py
- re_captcha.py
- rotate_captcha.py
- temu_captcha.py
- tencent.py
- text_captcha.py
- tspd_captcha.py
- turnstile.py
- vk_captcha.py
- yandex_smart_captcha.py
- yidun_captcha.py
- __init__.py
- __init__.py
- AGENTS.md
- conftest.py
- test_alibaba.py
- test_altcha.py
- test_amazon.py
- test_audio.py
- test_basilisk.py
- test_binance.py
- test_bounding_box.py
- test_captchaai.py
- test_capypuzzle.py
- test_control.py
- test_coordinates.py
- test_core.py
- test_cutcaptcha.py
- test_cybersiara.py
- test_datadome.py
- test_draw_around.py
- test_friendly_captcha.py
- test_funcaptcha.py
- test_geetest.py
- test_grid.py
- test_hcaptcha.py
- test_image.py
- test_incapsula.py
- test_key_captcha.py
- test_lemin.py
- test_mtcaptcha.py
- test_recaptcha.py
- test_rotate.py
- test_tencent.py
- test_text.py
- test_tspd.py
- test_turnstile.py
- test_vk_captcha.py
- test_yandex_smart_captcha.py
- test_yidun_captcha.py
- .coveragerc
- .gitconfig
- .gitignore
- .python-version
- AGENTS.md
- ARCHITECTURE.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- LICENSE
- Makefile
- MANIFEST.in
- pyproject.toml
- README.md
- requirements.style.txt
- requirements.test.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/AndreiDrang/python-rucaptcha
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd python-rucaptcha
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install python-rucaptcha
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install python-rucaptcha
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make tests
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
