Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Устранение проблем с капчей и перевод на Yandex SmartCaptcha #567

Open
HadronCollider opened this issue Jun 6, 2024 · 1 comment
Assignees

Comments

@HadronCollider
Copy link
Collaborator

HadronCollider commented Jun 6, 2024

Для начала:

  • понять как работать с яндекс капчей (какие библиотеки / методы / апи) и соответствующие инструкции
  • далее (по возможности или после уточнений) - перезод от gcaptcha
@MarinaProsche
Copy link
Collaborator

@HadronCollider
Основные моменты работы с Yandex SmartCaptcha:

  1. Необходим платежный аккаунт в Yandex Cloud (https://yandex.cloud/ru/docs/billing/quickstart/)
  2. До 250 000 запросов к API SmartCaptcha стоимость равна 0 рублей, выше: 100 рублей - 1000 запросов
    (https://yandex.cloud/ru/docs/smartcaptcha/pricing)
  3. Можно выбрать тип задания, тип дополнительного задания и сложность.

Инструкция создания, добавления виджета, а также код проверки в Python:
https://yandex.cloud/ru/docs/smartcaptcha/quickstart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants