-
Notifications
You must be signed in to change notification settings - Fork 38
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
Comments
tried using this |
Hi, please refer to this comment explaining the current state of the project |
hey i found this project maybe hope its helpful for you |
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. |
You could just load the extension using selenium |
That's already what's being done here, but the hektCaptcha extension is no longuer maintained, that's the issue.
Not ideal, we might as well just create the accounts manually.
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 ? |
Yes it is, I don't think the 11Labs team went into the trouble of creating a whitelist |
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... |
|
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 |
I was talking about the code for submitting the 11Labs onboarding questions that you've figured out |
Got everything working again in afb0d97, but undetected_chromedriver fails to fill in the captcha 90% of the time for me |
How can we enable filling captcha manually? |
Run the |
I dont know how to do that😕 can you tell me how to set environment variable for a function? I had done |
Saw you fork my repo just delete that line |
hello im new to programming but know something.
|
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? |
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) |
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?
The text was updated successfully, but these errors were encountered: