Google Recaptcha, How to use the "I'm not a Robot" Captcha instead of the Number/Letter captcha? - captcha

I implemented Google ReCaptcha into my website but I get the annoying Number/Letter Captcha, I don't want my customers to deal with them out.
I saw on a lot of websites a different Recaptcha from Google where you only have to check a box with the text "I'm not a robot". I would much rather use this since it's much more user-friendly. Now I don't see an option to select this on the Google Recaptcha admin site.
Can someone help me how to enable the "I'm not a Robot" Recaptcha ?

The captcha in question is a beta and is only allowed use if you are in the beta program here is a link that I found: https://www.google.com/recaptcha/api.js
Also, you may want to look at this thread:How does this checkbox recaptcha work and how can I use it?

Related

Can I track if someone clicked a link on my Twitter post

I have a private business Twitter account and I would like to know when someone clicks any link inside one of my posts. This solution cannot assume that we know the form of the link being posted.
For example a twitter post like this:
Have you guys heard of this amazing site called google?
I would like to see how many people clicked on this google.com link. I don't need to know any specific information about who they are, just if it was clicked or not.
Ideally I would want this from the API but crawlers and plugins are also possible. I would like to avoid using a paid tool but those would be acceptable.
I think you have multiple choices:
Use google firebase or google analytics
Create your own short link services by python or any other programming languages.
Just search in the google and look for short link generators which gives appropriate service.
Hi using the twitter api you should be able to understand how many clicks a link has.
https://developer.twitter.com/en/docs/twitter-api/metrics
But to have all this info automated you might need to use a third-party tool.
This should be the most straight forward solution.

Getting access to the Google Pay API for Passes

I am currently trying to get access to the Google Pay API for passes. I am following the official guide provided by Google: https://developers.google.com/pay/passes/guides/basic-setup/get-access-to-rest-api
Unfortunately I can't even follow the first step, as the sign up form for Google Merchant seems to be offline. The URL where I expect the form just forwards me to an FAQ page.
Has anyone had similar issues lately.
Any kind of help or information is appreciated! Thanks.
Moving discussion from comment to answer to include image.
Hard to say if we're seeing the same thing. This is what I see when visiting https://support.google.com/pay/merchants/gethelp?visit_id=1-636549173956235486-3194546471&rd=4
Is this what you see?
You need to go straight to step 2. Access the API Console.

How Can I login Twitch via Selenium

I am trying twitch bot like a stay hydrated bot but Twitch login system have an google captcha and my bot can't login twitch I tried manually login but even i choose pictures correctly google captcha say "it was wrong try again"
Well, i think you're going to have trouble making a robot do something you can't, i'm guaranteeing the fact you cannot get past a reCaptcha is most likely user error.
Twitch Developer Documentation
You're not going to get past Google Captcha with an automation script as they're designed to stop exactly that. Also it's a really crummy way of creating a view bot, im assuming you actually are trying to do that, because if you were actually trying to make a chatbox, you'd know that twitch have things built in to support things like this, so they don't have to try and get around a reCaptcha.

Google autocomplete API replacement?

I am using this API for the keyword autocomplete
http://suggestqueries.google.com/complete/search?q=xxx
This api is stopped working since August 10th, 2015.
Google suggested us to use CSE instead but CSE seems for us to search the web content, not for auto suggestion.
What service / api should I use if I want to re-enable my "autocomplete" in search box?
Bit of a late reply, but I find it funny that firefox is actually using https://www.google.com/complete/search?client=firefox&q=somequery for the search autosuggest on the about:newtab page. Though they maybe using a specially crafted header or something to make that work. You can check the requests with the browsertoolbox (regular inspector or firebug won't work).
Google CSE does actually have an autocomplete function, but apparently that only works if you set CSE to show results of sites you specified, not for showing results of the entire internet.
https://support.google.com/customsearch/answer/2631081
Currently I'm seeing it works for neither, even after waiting a couple of days for google to create an index for the autosuggest.
If in the meantime you have found a better solution please let me know!

add google search box to my site

I've been researching how to add a Google search box to my site. Basically, the text box and a 'Go' button, which will search the web - except from my site. I used to see these every where.
Come to think of it now though I haven't seen it in a long time. And all the stuff I've come across in research is from early 2010 at the latest. Some searches say Google deprecated the API for what I'm looking for in 2009?
Is it still possible to get code for putting in a Google search on your page? Do you know where? Bing or Yahoo would do, too. Thanks,
Chris.
You should look at Google Custom Search Engines - http://www.google.com/cse/all
Try the google jsapi, look at the Hello World - Google Web Search API Sample and adjust to your layout,
https://developers.google.com/web-search/docs/