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

Get apikey function #15

Open
flysqu opened this issue Jan 8, 2024 · 23 comments
Open

Get apikey function #15

flysqu opened this issue Jan 8, 2024 · 23 comments

Comments

@flysqu
Copy link

flysqu commented Jan 8, 2024

Hi, im trying to an existing script that just uses the normal elevenlabs api with requests. I'd like to continue to use my existing function without changing it too much. Would it be possible to only get a apikey from this module?

@flysqu
Copy link
Author

flysqu commented Jan 8, 2024

tried using this name, password, api_key = create_account() but i got this error Exception: Captcha not checked in time

@GaspardCulis
Copy link
Owner

Hi, please refer to this comment explaining the current state of the project

@flysqu
Copy link
Author

flysqu commented Jan 8, 2024

hey i found this project maybe hope its helpful for you
https://github.com/NopeCHALLC/nopecha-extension
(only 100 solves per day, better than nothing tho)

@XenocodeRCE
Copy link

hey i found this project maybe hope its helpful for you https://github.com/NopeCHALLC/nopecha-extension (only 100 solves per day, better than nothing tho)

this project already use Selenium, one possible way is to temporarly pop-up the Chrome window and ask the user to solve the captcha manually for the session.

@flysqu
Copy link
Author

flysqu commented Jan 24, 2024

You could just load the extension using selenium
https://stackoverflow.com/a/52420595

@GaspardCulis
Copy link
Owner

GaspardCulis commented Jan 24, 2024

You could just load the extension using selenium https://stackoverflow.com/a/52420595

That's already what's being done here, but the hektCaptcha extension is no longuer maintained, that's the issue.


this project already use Selenium, one possible way is to temporarly pop-up the Chrome window and ask the user to solve the captcha manually for the session.

Not ideal, we might as well just create the accounts manually.


hey i found this project maybe hope its helpful for you
https://github.com/NopeCHALLC/nopecha-extension
(only 100 solves per day, better than nothing tho)

The 100 solves a day put me off, but it actually works very well, I might use it, but they do not give the .crx in their releases, has to be built manually or scraped from the webstore.

@XenocodeRCE
Copy link

You could just load the extension using selenium https://stackoverflow.com/a/52420595

That's already what's being done here, but the hektCaptcha extension is no longuer maintained, that's the issue.

this project already use Selenium, one possible way is to temporarly pop-up the Chrome window and ask the user to solve the captcha manually for the session.

Not ideal, we might as well just create the accounts manually.

hey i found this project maybe hope its helpful for you
https://github.com/NopeCHALLC/nopecha-extension
(only 100 solves per day, better than nothing tho)

The 100 solves a day put me off, but it actually works very well, I might use it, but they do not give the .crx in their releases, has to be built manually or scraped from the webstore.

Is the registration captcha systematic ? Can't we be white-listed for a certain amount of time ?

@GaspardCulis
Copy link
Owner

Is the registration captcha systematic ? Can't we be white-listed for a certain amount of time ?

Yes it is, I don't think the 11Labs team went into the trouble of creating a whitelist

@expeditofreitas
Copy link

switch to undetected_chromedriver, it will ignore captcha

@GaspardCulis
Copy link
Owner

GaspardCulis commented Feb 24, 2024

switch to undetected_chromedriver, it will ignore captcha

Won't help, 11Labs asks for a Captcha regardless of the browser you are using.

EDIT: Tried it to be sure, not helping...

@expeditofreitas
Copy link

switch to undetected_chromedriver, it will ignore captcha

Won't help, 11Labs asks for a Captcha rergardless of the browser you are using.

EDIT: Tried it to be sure, not helping...

work
https://youtu.be/jeDE5uirBlM

@GaspardCulis
Copy link
Owner

Okay MB I'm dumb I wasn't actually using the test version with undetected_chromedriver on my testing. Actually amazing works like a charm, you seem to have code working with their new website, do you want to submit a PR for that ?

@expeditofreitas
Copy link

Okay MB I'm dumb I wasn't actually using the test version with undetected_chromedriver on my testing. Actually amazing works like a charm, you seem to have code working with their new website, do you want to submit a PR for that ?

you can also simply use an existing crhomer session
options.add_argument('user-data-dir=C:\Users\Exped\AppData\Local\Google\Chrome\User Data\Profile 1') #you path
options.add_argument("--incognito")

@GaspardCulis
Copy link
Owner

I was talking about the code for submitting the 11Labs onboarding questions that you've figured out

@GaspardCulis
Copy link
Owner

Got everything working again in afb0d97, but undetected_chromedriver fails to fill in the captcha 90% of the time for me

@AbhinavMishra32
Copy link

How can we enable filling captcha manually?

@GaspardCulis
Copy link
Owner

How can we enable filling captcha manually?

Run the create_account function with DEBUG environment variable set to true to make the browser visible

@AbhinavMishra32
Copy link

How can we enable filling captcha manually?

Run the create_account function with DEBUG environment variable set to true to make the browser visible

I dont know how to do that😕 can you tell me how to set environment variable for a function? I had done set DEBUG=1 before in terminal to see the browser window but that didnt work...

@GaspardCulis
Copy link
Owner

Saw you fork my repo just delete that line

@self-muson
Copy link

self-muson commented Mar 19, 2024

hello im new to programming but know something.
the problem im stack now its:

  1. "Exception: Captcha not checked in time"
  2. i tested chromedriver and its work good. but script doesnt open chrome to solve captcha

@GaspardCulis
Copy link
Owner

Hi, currently, the captcha solving works rarely. I still haven't found a reliable up-to-date captcha solver

@self-muson
Copy link

self-muson commented Mar 21, 2024

Hi, currently, the captcha solving works rarely. I still haven't found a reliable up-to-date captcha solver

hello sir. so as i assume, the project do not working well right now - bcoz of captcha sloving?

@Sholabumi
Copy link

Kinda new to this, so if possible can someone write a descriptive message on how I am suppose to run and use the code? (.P.S. read description and full page of what was posted on how to di it. Didn't help me much)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants