Adam Dobrawy

Results 369 comments of Adam Dobrawy

I applied review comment - a new section added.

Is there an option at the API level to create additional user accounts with the bot flag to verify this approach before it is finally implemented?

``` $ openssl ecparam -name secp256k1 -genkey -----BEGIN EC PARAMETERS----- BgUrgQQACg== -----END EC PARAMETERS----- -----BEGIN EC PRIVATE KEY----- MHQCAQEEIByJRuZONlvVvRk4MFyO+5RtFqAwhGAKy0+YCZTZO3O5oAcGBSuBBAAK oUQDQgAECW9IZqblZA50P1QJmKdcGhe6FkbpY8b+/HwMMCC71oZjKW0i1BHsooy9 WPZp6mLotIkgtjHLCtU02UG+gFRWIw== -----END EC PRIVATE KEY----- $ openssl ecparam -name secp256k1...

Microsoft use `x-ms-mutability` property for that. See details at https://github.com/Azure/autorest/blob/master/docs/extensions/readme.md#x-ms-mutability . Microsoft has solved the issue of parameters that can only be set when creating a resource.

The big thing about Javascript Actions relative to Docker Actions is that Javascript Actions have no build time.

I am not tested wish.com captcha yet, but I guess that you have problem with callback. Have you seen that approach https://github.com/ad-m/python-anticaptcha/blob/master/examples/recaptcha_selenium_callback.py ?

I will sit down to it next weekend. I have some idea how to sniff required callback.

Hey @SohamKaranjikar , @Pan1sT , I have developed a solution that executes the correct JavaScript code expected after solving the puzzle. Can you check if the solution is effective in...

@fake-name can you create a pull request to add into README section about community using this library?

Pull requests are welcome, when you have something worth to mention. I see that [there are many projects that use my library](https://github.com/search?q=python_anticaptcha&type=Code) and I would be happy to catalog them,...