Excellent video! For something that looks so complicated/confusing when looking at the docs (Google's docs really are so dry!), you made this super easy, thank you!
Great video, thank you! This had me pulling my hair out for a minute there, but it turned out to be so easy with this video as a guide. Much appreciated
Great work! I got this running on my production machine, looking forward to seeing less or hopefully no bot messages from my site tomorrow. Thanks so much!
Great stuff... I come from Django and was looking for tutorials of decent quality but haven't found any, so this one is (for Django users) a hidden gem! You might consider tweaking the title and/or Thumbnail with some keywords (i.e. relevent for Django) as it took me quite a few approaches to come across this video, eventhough you mention Django in the description and in the first 10 seconds of the video. Thanks again! I would also be interested in a video on verification of user interaction and when page loads, as reCaptcha offers also those two features.... Another thing of interest would be, how to limit or filter the verification requests of a specific user or IP address to avoid using up credits? Or is this a feature of reCaptcha itself and blocking continuous request?
Thanks for the mind words, I'll be doing some more Django tutorials in the next few months. As for the blocking of bots and credits, I can't actually find anything online about this. I've never had an issue on small/medium sites where bots took up all the quota. Google doesn't seem to mention how the credit system works for bad actors.
Excellent video! For something that looks so complicated/confusing when looking at the docs (Google's docs really are so dry!), you made this super easy, thank you!
Thanks for the kind words 🙂
Great video, thank you! This had me pulling my hair out for a minute there, but it turned out to be so easy with this video as a guide. Much appreciated
this is a fantastic video, somethings have changed from the making of this video, but still a great one!! Cheers!
Great work! I got this running on my production machine, looking forward to seeing less or hopefully no bot messages from my site tomorrow. Thanks so much!
Thanks Nick!
Excellent video, thank you very much, it helped me a lot!
Thank you, Excellent Video, Just what I was looking for
gracias mi estimado. si funciono.
This was perfect. Thank you.
Thanks, friend
Great stuff... I come from Django and was looking for tutorials of decent quality but haven't found any, so this one is (for Django users) a hidden gem! You might consider tweaking the title and/or Thumbnail with some keywords (i.e. relevent for Django) as it took me quite a few approaches to come across this video, eventhough you mention Django in the description and in the first 10 seconds of the video. Thanks again!
I would also be interested in a video on verification of user interaction and when page loads, as reCaptcha offers also those two features.... Another thing of interest would be, how to limit or filter the verification requests of a specific user or IP address to avoid using up credits? Or is this a feature of reCaptcha itself and blocking continuous request?
Thanks for the mind words, I'll be doing some more Django tutorials in the next few months.
As for the blocking of bots and credits, I can't actually find anything online about this. I've never had an issue on small/medium sites where bots took up all the quota. Google doesn't seem to mention how the credit system works for bad actors.
Works! Thanks, well done video
Thank you for this!
the line to fix: verify_response=requests.post(url=f'{re_verify_url}?secret={re_secret_key}&response={secret_response}').json()
thanks
Thanks a lot!
Are you 100% sure is it safe?
Yes of course, just make sure you verify the score 😀
Thanks a lot!