hypothesis / hypothesis/checkmate
Add Google reCAPTCHA to attempt to disuade bots and scraping
Open
Via Abuse
- Dominant language
- Python
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
There are a few different flavours of reCAPTCHA, but there appears to be two we might be interested in:
* https://developers.google.com/recaptcha/docs/v3 - Version 3 returns a score between 0.0 and 1.0 where 1 is a person and 0 is a bot. We can then decide what to do based on this score
* https://developers.google.com/recaptcha/docs/invisible - Version 2 invisible presumably scores people in the background mostly and occasionally with a prompt when required
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.